-
## Problem Summary
Startup times
I have migrated from `zgen` to `zplug`. My ZSH startup times have went from 0.3s to 1.3s.
I have similar setups on both. I don't know if I am missing somethin…
-
```
zplug "zdharma-continuum/fast-syntax-highlighting"
```
adding to .zshrc doesn't work like other modules.
-
### Description
[sheldon](https://github.com/rossmacarthur/sheldon) is a fast and configurable shell plugin manager, also available via [nixpkgs](https://github.com/NixOS/nixpkgs/tree/nixos-24.…
-
How can I write the follow using zgen:
`zplug "mrowa44/emojify", as:command`
I want to add the follow binary to the path:
https://github.com/mrowa44/emojify/blob/master/emojify
neves updated
4 years ago
-
zplug "djui/alias-tips" install `alias-tips`, but no effects in shell.
how to config?
-
Register syncing to nvim doesn't work. I've:
- Run `zstyle :zle:evil-registers:'[A-Za-z%#]' editor nvim` in a shell, then attempted to cut lines (`"zdd`) to both pre-existing and then newly-created n…
-
```
$ j4-dmenu-desktop --dmenu='echo echo' --term='asdfasdfasdf'
Read 62 .desktop files, found 48 apps.
User input is: echo
/bin/zsh -i -c 'echo'
[zplug] WARNING: pipe syntax is deprecated! Plea…
-
## Description
#3982 `exec 6>&2` makes zplug initialization hanging. cross ref zplug/zplug#439
## Steps to reproduce
1. use zsh
2. install zplug
```
brew install zplug
```…
-
I recently switched my zsh plugin manager to zplug which is a wonderful and fast plugin manager for zsh. It also allows pulling binaries or zsh files from other git repos and will allow us to include …
-
This is what I did:
- Install zplug
> curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
- configure it in `.zshrc`:
```shell
s…