zgen
zgen copied to clipboard
A lightweight and simple plugin manager for ZSH
I want to disable the annoying oh-my-zsh update prompt. I also want to use an oh-my-zsh theme. You can disable the prompt when setting `DISABLE_AUTO_UPDATE="true"`. Unfortunately that environment variable is...
Details about this in #111. In short, prezto doesn't use `ZSH` variable at all. Only oh-my-zsh needs this variable `ZSH`. If `ZSH` directs to path of prezto, error occurs during...
Notice users that some prezto modules are enabled by default, which is a default behavior of zgen. And tell how to disable this behavior.
I found a relatively simple and succinct way to fix the module loading order problem. Note that this will only work if `zgen prezto` is first in the list of...
https://github.com/softmoth/zsh-vim-mode does not function when loaded by zgen, but works fine when sourced directly.
## Environment ZGEN: commit ffd3f50 ZSH: `zsh 5.4.2 (x86_64-unknown-linux-gnu)` (Arch linux) ## Description I have an error I have not seen before. A fresh zgen installation gives me this: ```...
Very good framework, much faster than others-- thank you. Suggestion to add to **README.md** so it is explicitly clear. Load external theme: ```zgen load bhilburn/powerlevel9k powerlevel9k.zsh-theme``` 👍
I've noticed that `source "${HOME}/.zgen/zgen.zsh"` launches multiple login ttys on my machine: ``` ❯ ps PID TTY TIME CMD 2239 ttys001 0:00.02 /Applications/iTerm.app/Contents/MacOS/iTerm2 --server /usr/bin/login -fpl username /Applications/iTerm.app/ 2241 ttys001...