Commit ef379c32 authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #151 from vincentjames501/gvm_plugin

parents 04278546 ef49f066
function gvm
bash -c '. ~/.gvm/bin/gvm-init.sh; gvm "$@"' gvm $argv
end
for gvm_path in (find $HOME/.gvm/*/current/bin -maxdepth 0)
_append_path $gvm_path
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment