]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/terminitor/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / terminitor / README.md
1 # Terminitor plugin
2
3 This plugin adds completions for the [Terminitor](https://github.com/achiurizo/terminitor) development workflow setup tool.
4
5 To use it, add `terminitor` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... terminitor)
9 ```