We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide the following details when opening an issue:
Darwin <redacted> 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64
zsh 5.9 (x86_64-apple-darwin21.3.0)
1.7.3
alias g='git'
alias gl='git pull'
$ gl
$ g pull
gl
$ git pull
https://gist.github.com/MTCoster/896bb0b57a9d39baab4d83dbca431a7d
The text was updated successfully, but these errors were encountered:
I would also like to see this improvement
Sorry, something went wrong.
I would too
No branches or pull requests
Issue Details
Please provide the following details when opening an issue:
Operating System (uname -a)
zsh version (zsh --version)
you-should-use version (echo "$YSU_VERSION")
How is zsh-you-should-use installed?
Steps to reproduce the issue
alias g='git'
alias gl='git pull'
$ gl
=> no YSU output (expected)$ g pull
=> no YSU output (I expected YSU to suggestgl
)$ git pull
=> YSU suggestsgl
gist link to your zshrc
https://gist.github.com/MTCoster/896bb0b57a9d39baab4d83dbca431a7d
The text was updated successfully, but these errors were encountered: