ohmyzsh/plugins/gimme
Thomas Goldbrunner dddc7bfedb
Enhancements for remove-go
- add completion for remove-go
- remove-go can now handle the "tip" version
2017-07-27 12:53:49 +02:00
..
gimme.plugin.zsh Enhancements for remove-go 2017-07-27 12:53:49 +02:00
LICENSE gimme plugin: Initial commit 2017-06-28 13:26:42 +02:00
README.md Enhancements for remove-go 2017-07-27 12:53:49 +02:00

Gimme plugin for oh-my-zsh

Oh-my-zsh plugin making life a bit easier, when you use gimme to manage go 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, load-go and remove-go

gimme is assumed to be in ~/bin, so make sure to add this folder to the $PATH variable.