mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-17 21:43:16 +08: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