zsh-you-should-use

ZSH plugin that reminds you to use existing aliases for typed commands

brewmacoslinux
Try with needOr install directly
Source

About

ZSH plugin that reminds you to use existing aliases for commands you just typed

Commands

zsh-you-should-use

Examples

Install the plugin via Homebrew and add to .zshrc$ brew install zsh-you-should-use && echo 'source $(brew --prefix)/share/zsh-you-should-use/you-should-use.plugin.zsh' >> ~/.zshrc
Type a command that has an alias and receive a reminder$ git status
The plugin automatically suggests the alias after you execute a command$ ls -la