Alexandre Nicastro 8 years ago committed by Marc Cornellà
parent 5c0911c184
commit af085542bd
  1. 2
      plugins/npm/npm.plugin.zsh

@ -1,5 +1,5 @@
(( $+commands[npm] )) && {
__NPM_COMPLETION_FILE="${ZSH_CACHE_DIR}/npm_completion"
__NPM_COMPLETION_FILE="${ZSH_CACHE_DIR:-$ZSH/cache}/npm_completion"
if [[ ! -f $__NPM_COMPLETION_FILE ]]; then
npm completion >! $__NPM_COMPLETION_FILE 2>/dev/null

Loading…
Cancel
Save