fix/retab indent in bash_completion [no-ci]

Peter Dave Hello 2016-11-11 19:43:36 +08:00
parent 8f82eab5db
commit 7ef38cf7e8
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ __nvm ()
# called bashcompinit that will create a complete in ZSH. If the user is in
# ZSH, load and run bashcompinit before calling the complete function.
if [[ -n ${ZSH_VERSION-} ]]; then
autoload -U +X bashcompinit && bashcompinit
autoload -U +X bashcompinit && bashcompinit
fi
complete -o default -o nospace -F __nvm nvm