[completions] Remove nospace in bash_completion

Peter Dave Hello 2017-03-26 06:10:53 +08:00 committed by Jordan Harband
parent 7b253c8c0a
commit 676fff0219
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
1 changed files with 1 additions and 1 deletions

View File

@ -92,5 +92,5 @@ if [[ -n ${ZSH_VERSION-} ]]; then
autoload -U +X bashcompinit && bashcompinit
fi
complete -o default -o nospace -F __nvm nvm
complete -o default -F __nvm nvm