alias-tips icon indicating copy to clipboard operation
alias-tips copied to clipboard

aliasing git breaks functionality

Open Mellbourn opened this issue 2 years ago • 0 comments

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?

Mellbourn avatar Jan 12 '23 23:01 Mellbourn