https://github.com/scorphus/plugin-go-gvm
A Go Version Manager wrapper for Oh My Fish
https://github.com/scorphus/plugin-go-gvm
Last synced: about 1 year ago
JSON representation
A Go Version Manager wrapper for Oh My Fish
- Host: GitHub
- URL: https://github.com/scorphus/plugin-go-gvm
- Owner: scorphus
- License: mit
- Created: 2016-01-22T22:49:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T00:56:13.000Z (over 10 years ago)
- Last Synced: 2025-02-16T20:28:00.479Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

#### plugin-go-gvm
> A [Go Version Manager][gvm] wrapper for [Oh My Fish][omf-link].
[](/LICENSE)
[](http://fishshell.com)
[](https://www.github.com/oh-my-fish/oh-my-fish)
[](https://travis-ci.org/scorphus/plugin-go-gvm)
## Install
```fish
$ omf install go-gvm
```
## Usage
```fish
$ gvm --help
```
If you have a custom `$GVM_DIR`, please add the following line to your
`~/.config/fish/config.fish`, replacing the path accordingly:
```fish
set -gx GVM_DIR /path/to/gvm # Default is ~/.gvm
```
Refresh your shell and you are good to go!
```fish
refresh
```
# License
[MIT][mit] © [Pablo Santiago Blum de Aguiar][author] et [al][contributors]
[author]: http://github.com/scorphus
[gvm]: https://github.com/moovweb/gvm
[mit]: http://opensource.org/licenses/MIT
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish
[contributors]: https://github.com/scorphus/pkg-go-gvm/graphs/contributors