diff --git a/auto_complete.zsh b/auto_complete.zsh new file mode 100644 index 0000000..f7a0900 --- /dev/null +++ b/auto_complete.zsh @@ -0,0 +1,2 @@ +_cheat_cpl=(`ls -1 ~/.cheat | sed 's/$/ /'`) +compctl -k _cheat_cpl cheat