]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/thor/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / thor / README.md
1 # Thor plugin
2
3 This plugin adds completion for [Thor](http://whatisthor.com/), 
4 a ruby toolkit for building powerful command-line interfaces.
5
6 To use it, add `thor` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=(... thor)
10 ```