Remove prefixed space

pull/983/head
Andrew Ochsner 2017-06-20 16:40:05 -05:00
parent bdd5e50cf9
commit ce5dbbdada
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
cite about-plugin
about-plugin 'node version manager configuration'
export NVM_DIR=${NVM_DIR:- $HOME/.nvm}
export NVM_DIR=${NVM_DIR:-$HOME/.nvm}
# This loads nvm
if command -v brew &>/dev/null && [ -s $(brew --prefix nvm)/nvm.sh ]
then