mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-05 21:00:42 +00:00
nvm
This commit is contained in:
1
files/fish/.gitignore
vendored
1
files/fish/.gitignore
vendored
@@ -16,3 +16,4 @@ functions/*
|
|||||||
!functions/pe.fish
|
!functions/pe.fish
|
||||||
!functions/px.fish
|
!functions/px.fish
|
||||||
!functions/rsync.fish
|
!functions/rsync.fish
|
||||||
|
!functions/nvm.fish
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
jorgebucaran/nvm.fish
|
|
||||||
jorgebucaran/fisher
|
jorgebucaran/fisher
|
||||||
jethrokuan/z
|
jethrokuan/z
|
||||||
|
edc/bass
|
||||||
|
3
files/fish/functions/nvm.fish
Normal file
3
files/fish/functions/nvm.fish
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
function nvm
|
||||||
|
bass source ~/.nvm/nvm.sh --no-use ';' nvm $argv
|
||||||
|
end
|
Reference in New Issue
Block a user