mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 08:53:37 +00:00
feat(config): fish configs
This commit is contained in:
4
config/fish/functions/_nvm_version_activate.fish
Normal file
4
config/fish/functions/_nvm_version_activate.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function _nvm_version_activate --argument-names ver
|
||||
set --global --export nvm_current_version $ver
|
||||
set --prepend PATH $nvm_data/$ver/bin
|
||||
end
|
||||
Reference in New Issue
Block a user