Adding gvm plugin

This commit is contained in:
Vincent Pizzo 2014-04-27 18:54:15 -05:00 committed by Bruno Pinto
parent 0427854671
commit fdfdee2760
2 changed files with 6 additions and 0 deletions

3
plugins/gvm/gvm.fish Normal file
View 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
View File

@ -0,0 +1,3 @@
for gvm_path in (find $HOME/.gvm/*/current/bin -maxdepth 0)
_append_path $gvm_path
end