mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
Merge branch 'main' of https://github.com/cupcakearmy/dotfiles
This commit is contained in:
commit
8fe07eb52f
1
files/fish/.gitignore
vendored
1
files/fish/.gitignore
vendored
@ -16,3 +16,4 @@ functions/*
|
||||
!functions/pe.fish
|
||||
!functions/px.fish
|
||||
!functions/rsync.fish
|
||||
!functions/nvm.fish
|
||||
|
@ -1,3 +1,3 @@
|
||||
jorgebucaran/nvm.fish
|
||||
jorgebucaran/fisher
|
||||
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