diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-29 14:10:58 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-29 14:10:58 +0300 |
commit | 18701f4e4964c7ff46f87b392bd69215531e4709 (patch) | |
tree | c87ba6366237d17b7c430fbe56e9ddfe67a87892 /README.md | |
parent | 1c5358e0d5d082a50eb320a52b20fff4c17098c9 (diff) |
add haskell_stack prompt segment (#535)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | |