mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-28 03:09:31 +08:00
Merge pull request #151 from vincentjames501/gvm_plugin
This commit is contained in:
commit
ef379c32c3
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