Skip to content

JGAntunes/fish-gvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages