Skip to content

Commit d598045

Browse files
authored
Reduce startup time
1 parent 2850e65 commit d598045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# bash completion for Node Version Manager (NVM)
44

5-
if ! nvm &> /dev/null; then
5+
if ! command -v nvm &> /dev/null; then
66
return
77
fi
88

0 commit comments

Comments
 (0)