Merge pull request #151 from vincentjames501/gvm_plugin

This commit is contained in:
Bruno Pinto 2014-04-30 15:20:22 -03:00
commit ef379c32c3
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