config/oh-my-zsh/plugins/thor
2023-02-27 20:04:56 +05:30
..
_thor add zsh 2023-02-27 20:04:56 +05:30
README.md add zsh 2023-02-27 20:04:56 +05:30

Thor plugin

This plugin adds completion for Thor, a ruby toolkit for building powerful command-line interfaces.

To use it, add thor to the plugins array in your zshrc file:

plugins=(... thor)