summaryrefslogtreecommitdiff
path: root/custom/plugins/gitignore
diff options
context:
space:
mode:
authorKaiwen Xu <kevin@kevxu.net>2013-10-14 07:39:59 -0400
committerKaiwen Xu <kevin@kevxu.net>2013-10-14 07:39:59 -0400
commitc5902d3f3498f9cd7553f358f2bf741b0784dbd0 (patch)
tree38f7ed93d229f1a5618de895181d1b0890a7e440 /custom/plugins/gitignore
parenta7693b096f2573dfcf47f47a8f99c2ccd2690cbf (diff)
downloadzsh-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.zsh12
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