From ae4fdb755a6e07e9f86ae34551987a446092f0db Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 9 Feb 2016 13:33:49 +0100 Subject: zsh --- functions/_c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 functions/_c (limited to 'functions/_c') diff --git a/functions/_c b/functions/_c new file mode 100644 index 0000000..39d8cb8 --- /dev/null +++ b/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