mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Adding gvm plugin
This commit is contained in:
parent
0427854671
commit
fdfdee2760
3
plugins/gvm/gvm.fish
Normal file
3
plugins/gvm/gvm.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function gvm
|
||||
bash -c '. ~/.gvm/bin/gvm-init.sh; gvm "$@"' gvm $argv
|
||||
end
|
3
plugins/gvm/gvm.load
Normal file
3
plugins/gvm/gvm.load
Normal file
@ -0,0 +1,3 @@
|
||||
for gvm_path in (find $HOME/.gvm/*/current/bin -maxdepth 0)
|
||||
_append_path $gvm_path
|
||||
end
|
Loading…
Reference in New Issue
Block a user