diff options
author | Kaiwen Xu <kevin@kevxu.net> | 2013-10-14 07:39:59 -0400 |
---|---|---|
committer | Kaiwen Xu <kevin@kevxu.net> | 2013-10-14 07:39:59 -0400 |
commit | c5902d3f3498f9cd7553f358f2bf741b0784dbd0 (patch) | |
tree | 38f7ed93d229f1a5618de895181d1b0890a7e440 /custom/plugins/gitignore | |
parent | a7693b096f2573dfcf47f47a8f99c2ccd2690cbf (diff) | |
download | zsh-c5902d3f3498f9cd7553f358f2bf741b0784dbd0.tar.gz zsh-c5902d3f3498f9cd7553f358f2bf741b0784dbd0.tar.bz2 zsh-c5902d3f3498f9cd7553f358f2bf741b0784dbd0.zip |
Moved misplaced plugins.
Diffstat (limited to 'custom/plugins/gitignore')
-rw-r--r-- | custom/plugins/gitignore/gitignore.plugin.zsh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/custom/plugins/gitignore/gitignore.plugin.zsh b/custom/plugins/gitignore/gitignore.plugin.zsh deleted file mode 100644 index 332497cec..000000000 --- a/custom/plugins/gitignore/gitignore.plugin.zsh +++ /dev/null @@ -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
\ No newline at end of file |