diff options
author | Camil Staps | 2016-02-09 13:33:49 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | ae4fdb755a6e07e9f86ae34551987a446092f0db (patch) | |
tree | 2b754ae5b224c3d9fe7d073228d220555fcebac1 /functions/_c | |
parent | type pass (diff) |
zsh
Diffstat (limited to 'functions/_c')
-rw-r--r-- | functions/_c | 5 |
1 files changed, 5 insertions, 0 deletions
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`. |