From 350a07b0a8525645671a029621cc873b2a8d1957 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 9 Feb 2016 14:16:10 +0100 Subject: Fixed oh-my-zsh --- zsh/functions/_c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zsh/functions/_c (limited to 'zsh/functions/_c') diff --git a/zsh/functions/_c b/zsh/functions/_c new file mode 100644 index 0000000..39d8cb8 --- /dev/null +++ b/zsh/functions/_c @@ -0,0 +1,5 @@ +#compdef c +_files -W $PROJECTS -/ +_files -W $GOPATH/src/github.com -/ + +# See further documentation in `functions/c`. -- cgit v1.2.3