anquegi / zinit-jenv

jenv init with zinit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zinit-jenv

This work is heavely based on zplugin-rbenv

jenv init with zinit. It makes zsh startup faster.

Usage

# when jenv command in your path (e.g. installed with Homebrew)
zinit ice wait"0" lucid
zinit light anquegi/zinit-jenv

or

path=($HOME/.jenv/bin(N-/) $path) #path to jenv binary folder
if type jenv > /dev/null 2>&1; then
    zinit ice wait"0" lucid
    zinit light anquegi/zinit-jenv
fi

About

jenv init with zinit

License:Other


Languages

Language:Shell 100.0%