This commit is contained in:
Andrey Ognevsky 2017-05-10 06:15:45 +00:00 committed by GitHub
commit 9f392934ed
3 changed files with 23 additions and 0 deletions

5
plugins/folders/_folders Normal file
View file

@ -0,0 +1,5 @@
#compdef c
_files -W ~/code -/
#compdef h
_files -W ~ -/

View file

@ -0,0 +1,3 @@
fpath=($ZSH/plugins/folders $fpath)
autoload -U compinit
compinit -i