Commit fdfdee27 authored by Vincent Pizzo's avatar Vincent Pizzo Committed by Bruno Pinto

Adding gvm plugin

parent 04278546
function gvm
bash -c '. ~/.gvm/bin/gvm-init.sh; gvm "$@"' gvm $argv
end
\ No newline at end of file
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