add haskell_stack prompt segment (#535)

This commit is contained in:
romkatv 2020-02-29 12:10:58 +01:00
commit 18701f4e49
7 changed files with 121 additions and 1 deletions

View file

@ -281,6 +281,7 @@ enable as many segments as you like. It won't slow down your prompt or Zsh start
| `jenv` | java environment from [jenv](https://github.com/jenv/jenv) |
| `plenv` | perl environment from [plenv](https://github.com/tokuhirom/plenv) |
| `phpenv` | php environment from [phpenv](https://github.com/phpenv/phpenv) |
| `haskell_stack` | haskell version from [stack](https://haskellstack.org/) |
| `node_version` | [node.js](https://nodejs.org/) version |
| `go_version` | [go](https://golang.org) version |
| `rust_version` | [rustc](https://www.rust-lang.org) version |