zsh auto complete

This commit is contained in:
wenjun.yan 2013-08-19 12:48:26 +09:00
parent 6b8c516599
commit 522ce0362d

2
auto_complete.zsh Normal file
View File

@ -0,0 +1,2 @@
_cheat_cpl=(`ls -1 ~/.cheat | sed 's/$/ /'`)
compctl -k _cheat_cpl cheat