aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/npm.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/npm.fish')
-rw-r--r--share/completions/npm.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/npm.fish b/share/completions/npm.fish
index 534967ad..1dcb2766 100644
--- a/share/completions/npm.fish
+++ b/share/completions/npm.fish
@@ -49,7 +49,7 @@ function __fish_complete_npm --description "Complete the commandline using npm's
set COMP_CWORD (math $COMP_CWORD + 1)
set COMP_LINE $COMP_LINE ""
end
- npm completion -- $COMP_LINE ^/dev/null
+ command npm completion -- $COMP_LINE ^/dev/null
end
# use npm completion for most of the things,