diff options
Diffstat (limited to 'zsh/oh-my-zsh/plugins/terminitor/README.md')
-rw-r--r-- | zsh/oh-my-zsh/plugins/terminitor/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/zsh/oh-my-zsh/plugins/terminitor/README.md b/zsh/oh-my-zsh/plugins/terminitor/README.md deleted file mode 100644 index 8c0e021..0000000 --- a/zsh/oh-my-zsh/plugins/terminitor/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Terminitor plugin - -This plugin adds completions for the [Terminitor](https://github.com/achiurizo/terminitor) development workflow setup tool. - -To use it, add `terminitor` to the plugins array in your zshrc file: - -```zsh -plugins=(... terminitor) -``` |