MichaelAquilina / zsh-you-should-use

📎 ZSH plugin that reminds you to use existing aliases for commands you just typed
GNU General Public License v3.0
1.46k stars 43 forks source link

Add default ALL mode and BESTMATCH mode #5

Closed MichaelAquilina closed 7 years ago

MichaelAquilina commented 7 years ago

Fixes #2

Enable best match by setting the variable YSU_MODE to BESTMATCH

ie add export YSU_MODE=BESTMATCH to your .zshrc file.

TODO:

MichaelAquilina commented 7 years ago

Thanks for the review :eyes: @adamchainz !

adamchainz commented 7 years ago

💦