Skip to content

Commit

Permalink
Use --silent flag to use nvm_default_version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Jun 5, 2022
1 parent 5b63e05 commit 5e89dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/nvm.fish
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ function _nvm_uninstall --on-event nvm_uninstall
end

if status is-interactive && set --query nvm_default_version && ! set --query nvm_current_version
nvm use $nvm_default_version >/dev/null
nvm use --silent $nvm_default_version
end

0 comments on commit 5e89dfb

Please sign in to comment.