You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
This is still broke for me. I'm switching back to https://github.com/djui/alias-tips since this is not an issue with that, even though I thought zsh-you-should-use had nicer output.
I have git itself aliased:
alias g=git
This causes git aliases not to be found.
That is,
git status
will causeYou should use "git st"
, butg 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 togit
?The text was updated successfully, but these errors were encountered: