mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
gimme plugin: Initial commit
This commit is contained in:
parent
d848c94804
commit
cb54391572
3 changed files with 155 additions and 0 deletions
17
plugins/gimme/README.md
Normal file
17
plugins/gimme/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
### Gimme plugin for oh-my-zsh
|
||||
|
||||
[Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/) plugin making life a
|
||||
bit easier, when you use [gimme](https://github.com/travis-ci/gimme/) to manage
|
||||
[go](https://golang.org) installations.
|
||||
|
||||
Provides following functions/aliases:
|
||||
- ```go-versions```: Alias for ```gimme -l```
|
||||
- ```install-gimme```: Download latest version of gimme to ~/bin
|
||||
- ```load-go```: Load the go version specified by the first argument.
|
||||
If called without argument, the 'stable' version will be loaded.
|
||||
- ```remove-go```: Remove the go version specified by the first argument from
|
||||
~/.gimme/*
|
||||
- Completions for ```gimme``` and ```load-go```
|
||||
|
||||
```gimme``` is assumed to be in ```~/bin```, so make
|
||||
sure to add this folder to the $PATH variable.
|
||||
Loading…
Add table
Add a link
Reference in a new issue