1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-27 16:20:07 +00:00
ohmyzsh/plugins/goenv
2021-07-08 01:26:18 +00:00
..
goenv.plugin.zsh feat(goenv): adding new plugin for 'goenv' 2021-07-08 01:26:18 +00:00
README.md feat(goenv): adding new plugin for 'goenv' 2021-07-08 01:26:18 +00:00

goenv

This plugin looks for goenv, a Simple Go-lang version management system, and loads it if it's found.

To use it, add goenv to the plugins array in your zshrc file:

plugins=(... goenv)

Functions

  • goenv_prompt_info: displays the Go-lang version in use by goenv; or the global Go-lang version, if goenv wasn't found.