1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 12:50:58 +01:00
Files
oh-my-zsh/plugins/goenv/README.md
2021-07-08 01:26:18 +00:00

16 lines
382 B
Markdown

# goenv
This plugin looks for [goenv](https://github.com/syndbg/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:
```zsh
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.