aboutsummaryrefslogtreecommitdiff
path: root/zsh/functions/_c
diff options
context:
space:
mode:
authorCamil Staps2016-03-14 22:09:58 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commit8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch)
tree9368042f0c21844c9952281aeb585c15bcfd9001 /zsh/functions/_c
parentClean limits to 80 chars (diff)
removed zsh
Diffstat (limited to 'zsh/functions/_c')
-rw-r--r--zsh/functions/_c5
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/functions/_c b/zsh/functions/_c
deleted file mode 100644
index 39d8cb8..0000000
--- a/zsh/functions/_c
+++ /dev/null
@@ -1,5 +0,0 @@
-#compdef c
-_files -W $PROJECTS -/
-_files -W $GOPATH/src/github.com -/
-
-# See further documentation in `functions/c`.