diff options
author | Camil Staps | 2016-02-09 14:16:10 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | 350a07b0a8525645671a029621cc873b2a8d1957 (patch) | |
tree | f332a624e3182aea22e6a42c27346b3eba4203c5 /zsh/functions/_c | |
parent | zsh (diff) |
Fixed oh-my-zsh
Diffstat (limited to 'zsh/functions/_c')
-rw-r--r-- | zsh/functions/_c | 5 |
1 files changed, 5 insertions, 0 deletions
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`. |