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
Linux NivG-T490 5.4.0-104-generic #118~18.04.1-Ubuntu SMP Thu Mar 3 13:53:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
zsh version (zsh --version)
zsh 5.4.2 (x86_64-ubuntu-linux-gnu)
you-should-use version (echo "$YSU_VERSION")
1.7.3
How is zsh-you-should-use installed?
zplug
oh-my-zsh
Antigen
Other (please specify)
Question/Suggestion
I have an idea that I wanted to document in an issue, in order to:
Ask if the idea is feasible at all.
If it is, then maybe take up on it when I can.
Would it be possible to use the existing framework to check if a command that has been entered is an alias, and if so, also print the full command before running it?
So an example execution would look something like this:
$ git pull
Found existing aliasfor"git pull". You should use: "gl"
$ gl
Running an aliased command: "git pull"
Already up to date.
The text was updated successfully, but these errors were encountered:
Issue Details
Operating System (uname -a)
Linux NivG-T490 5.4.0-104-generic #118~18.04.1-Ubuntu SMP Thu Mar 3 13:53:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
zsh version (zsh --version)
zsh 5.4.2 (x86_64-ubuntu-linux-gnu)
you-should-use version (echo "$YSU_VERSION")
1.7.3
How is zsh-you-should-use installed?
Question/Suggestion
I have an idea that I wanted to document in an issue, in order to:
Would it be possible to use the existing framework to check if a command that has been entered is an alias, and if so, also print the full command before running it?
So an example execution would look something like this:
The text was updated successfully, but these errors were encountered: