fish-gvm
fish-gvm copied to clipboard
gvm wrapper for fish-shell
Fish Go Version Manager
gvm wrapper for fish-shell.
Install
With fisher
fisher install JGAntunes/fish-gvm
fisher install edc/bass
With oh-my-fish
omf install https://github.com/JGAntunes/fish-gvm
omf install https://github.com/edc/bass
Make sure you have gvm installed first.
fish-gvm depends on bass
Usage
gvm install go1.13
gvm use go1.13 --default
How it works
Gvm 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
.
Kudos
Based on:
License
fish-gvm is MIT licensed.