init - bash its automatically load auto-completion
This commit is contained in:
@@ -4,7 +4,4 @@ about-plugin 'load nodenv, if you are using it'
|
||||
export NODENV_ROOT="$HOME/.nodenv"
|
||||
pathmunge "$NODENV_ROOT/bin"
|
||||
|
||||
[[ `which nodenv` ]] && eval "$(nodenv init -)"
|
||||
|
||||
# Load the auto-completion script if nodenv was loaded.
|
||||
[[ -e $NODENV_ROOT/completions/nodenv.bash ]] && source $NODENV_ROOT/completions/nodenv.bash
|
||||
[[ `which nodenv` ]] && eval "$(nodenv init - bash)"
|
||||
|
||||
Reference in New Issue
Block a user