diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-28 13:55:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 13:55:01 +0100 |
commit | f66595ff9e8f4e9ea0f42902fc085823da54e41e (patch) | |
tree | 81c0b897b25147e31576f8946a04be8ae2bdbac3 /plugins/stack | |
parent | 99b94bbeac9d326c11e7104e0d07bf185df15ef6 (diff) | |
parent | abcac3e8a1819c0ad2a5bab84e4c57512a5d745e (diff) | |
download | zsh-f66595ff9e8f4e9ea0f42902fc085823da54e41e.tar.gz zsh-f66595ff9e8f4e9ea0f42902fc085823da54e41e.tar.bz2 zsh-f66595ff9e8f4e9ea0f42902fc085823da54e41e.zip |
stack: add README (#7363)
Diffstat (limited to 'plugins/stack')
-rw-r--r-- | plugins/stack/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/stack/README.md b/plugins/stack/README.md new file mode 100644 index 000000000..da73444ad --- /dev/null +++ b/plugins/stack/README.md @@ -0,0 +1,9 @@ +# Stack + +This plugin provides completion for [Stack](https://haskellstack.org). + +To use it add stack to the plugins array in your zshrc file. + +```bash +plugins=(... stack) +``` |