Added folders plugin for easy accessing useful folders

This commit is contained in:
Andrey Ognevsky 2011-04-13 01:20:30 +02:00
commit 1f0ed96240
2 changed files with 8 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