You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
237 B
Plaintext

notes for video: https://www.youtube.com/watch?v=RDsUapd8jVw
# site: https://github.com/chrisallenlane/cheat
# cheat zsh autocomplete; add to ~/.zshrc
_cmpl_cheat() {
reply=($(cheat -l | cut -d' ' -f1))
}
compctl -K _cmpl_cheat cheat