init - bash its automatically load auto-completion
This commit is contained in:
@@ -4,6 +4,4 @@ about-plugin 'load jenv, if you are using it'
|
||||
export JENV_ROOT="$HOME/.jenv"
|
||||
pathmunge "$JENV_ROOT/bin"
|
||||
|
||||
if which jenv > /dev/null; then eval "$(jenv init -)"; fi
|
||||
|
||||
[[ -e $JENV_ROOT/completions/jenv.bash ]] && source $JENV_ROOT/completions/jenv.bash
|
||||
if which jenv > /dev/null; then eval "$(jenv init - bash)"; fi
|
||||
|
||||
Reference in New Issue
Block a user