gvm wrapper for fish-shell.
With fisher
fisher install JGAntunes/fish-gvm
fisher install edc/bassWith oh-my-fish
omf install https://github.com/JGAntunes/fish-gvm
omf install https://github.com/edc/bassMake sure you have gvm installed first.
fish-gvm depends on bass
gvm install go1.13
gvm use go1.13 --defaultGvm is a function that uses bass to source the original gvm script. It also
sources the default gvm script when the shell starts up, adding the env vars
and go binary to the PATH.
Based on:
fish-gvm is MIT licensed.