Files
Compose-Files/dotfiles/dot_oh-my-zsh/plugins/stack/README.md
T
2026-07-20 09:23:17 -04:00

10 lines
175 B
Markdown

# 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)
```