cheat/auto_complete.zsh
2013-08-19 12:48:26 +09:00

3 lines
73 B
Bash

_cheat_cpl=(`ls -1 ~/.cheat | sed 's/$/ /'`)
compctl -k _cheat_cpl cheat