]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/stack/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / stack / README.md
1 # Stack
2
3 This plugin provides completion for [Stack](https://haskellstack.org).
4
5 To use it add stack to the plugins array in your zshrc file.
6
7 ```bash
8 plugins=(... stack)
9 ```