Skip to content

Commit

Permalink
fix: set NVM_HAS_RUN (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz authored Apr 14, 2022
1 parent 12938fe commit 8151157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/nvm.fish
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ function nvm
end

if test $argv[1] = "use"; or test $argv[1] = "install"
set -g NVM_HAS_RUN 1
set -gx NVM_HAS_RUN 1
end
end

0 comments on commit 8151157

Please sign in to comment.