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.49k stars 44 forks source link

aliasing git breaks functionality #120

Open Mellbourn opened 1 year ago

Mellbourn commented 1 year ago

I have git itself aliased:

alias g=git

This causes git aliases not to be found. That is, git status will cause You should use "git st", but g status will not result in any message about aliases.

Is it possible to configure zsh-you-should-use so that g is correctly interpreted as an alias to git?

MichaelAquilina commented 1 year ago

This should actually be the intended behaviour. So seems like this is a bug that needs to be fixed