Properly fix npm completion source

Problem introduced in 136a834.
This commit is contained in:
Marc Cornellà 2016-08-24 00:13:24 +02:00 коммит произвёл GitHub
Родитель 9e81b79d90
Коммит 4f15bd15e5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,9 +4,9 @@
if [[ ! -f $__NPM_COMPLETION_FILE ]]; then
npm completion >! $__NPM_COMPLETION_FILE || rm -f $__NPM_COMPLETION_FILE
fi
}
source $__NPM_COMPLETION_FILE
source $__NPM_COMPLETION_FILE
}
# Install dependencies globally
alias npmg="npm i -g "