djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
781 stars 51 forks source link

aliasing git breaks functionality #69

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 Alias tip: git st, but g status will not result in any message about aliases.

Is it possible to configure alias-tips so that g is correctly interpreted as an alias to git?