1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Moved misplaced plugins.

This commit is contained in:
Kaiwen Xu
2013-10-14 07:39:59 -04:00
parent a7693b096f
commit c5902d3f34
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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