Skip to content

Commit 8151157

Browse files
authored
fix: set NVM_HAS_RUN (#60)
1 parent 12938fe commit 8151157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/nvm.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ function nvm
1919
end
2020

2121
if test $argv[1] = "use"; or test $argv[1] = "install"
22-
set -g NVM_HAS_RUN 1
22+
set -gx NVM_HAS_RUN 1
2323
end
2424
end

0 commit comments

Comments
 (0)