mirror of
https://github.com/cheat/cheat.git
synced 2024-11-23 22:41:35 +01:00
3 lines
73 B
Bash
3 lines
73 B
Bash
_cheat_cpl=(`ls -1 ~/.cheat | sed 's/$/ /'`)
|
|
compctl -k _cheat_cpl cheat
|