Fix zsh config inclusion
This commit is contained in:
10
zsh/.oh-my-zsh_old/plugins/thor/README.md
Normal file
10
zsh/.oh-my-zsh_old/plugins/thor/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Thor plugin
|
||||
|
||||
This plugin adds completion for [Thor](http://whatisthor.com/),
|
||||
a ruby toolkit for building powerful command-line interfaces.
|
||||
|
||||
To use it, add `thor` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... thor)
|
||||
```
|
4
zsh/.oh-my-zsh_old/plugins/thor/_thor
Normal file
4
zsh/.oh-my-zsh_old/plugins/thor/_thor
Normal file
@ -0,0 +1,4 @@
|
||||
#compdef thor
|
||||
#autoload
|
||||
|
||||
compadd `thor list | grep thor | cut -d " " -f 2`
|
Reference in New Issue
Block a user