Skip to content

Instantly share code, notes, and snippets.

@MrHuxu
Last active May 27, 2021 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrHuxu/c73aa08079b0a673f40813cf3e98bf4a to your computer and use it in GitHub Desktop.
Save MrHuxu/c73aa08079b0a673f40813cf3e98bf4a to your computer and use it in GitHub Desktop.
use gvm in fisher shell
# install https://github.com/edc/bass using fisher/omf
# place this file in .config/fish/functions
function gvm
bass source ~/.gvm/scripts/gvm ';' gvm $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment