mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Moved misplaced plugins.
This commit is contained in:
parent
a7693b096f
commit
c5902d3f34
4 changed files with 40 additions and 40 deletions
|
|
@ -1,12 +0,0 @@
|
|||
function gi() { curl http://gitignore.io/api/$@ ;}
|
||||
|
||||
_gitignireio_get_command_list() {
|
||||
curl -s http://gitignore.io/api/list | tr "," "\n"
|
||||
}
|
||||
|
||||
_gitignireio () {
|
||||
compset -P '*,'
|
||||
compadd -S '' `_gitignireio_get_command_list`
|
||||
}
|
||||
|
||||
compdef _gitignireio gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue