Add jenv plugin

pull/606/head
Manoj 2015-11-02 17:06:18 +05:30
parent 6e474ee8b3
commit 7a00fe981c
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
cite about-plugin
about-plugin 'load jenv, if you are using it'
export JENV_ROOT="$HOME/.jenv"
export PATH="$JENV_ROOT/bin:$PATH"
if which jenv > /dev/null; then eval "$(jenv init -)"; fi
[[ -e $JENV_ROOT/completions/jenv.bash ]] && source $JENV_ROOT/completions/jenv.bash