mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
nvm
This commit is contained in:
parent
8381b15def
commit
7a292c01ea
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
|
Loading…
Reference in New Issue
Block a user