MichaelAquilina / zsh-you-should-use

📎 ZSH plugin that reminds you to use existing aliases for commands you just typed
GNU General Public License v3.0
1.42k stars 44 forks source link

Getting prompted when using an alias #84

Closed epk closed 4 years ago

epk commented 4 years ago

Operating System (uname -a)

Darwin Adityas-MacBook-Pro.local 19.0.0 Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64 x86_64

zsh version (zsh --version)

zsh 5.7.1 (x86_64-apple-darwin19.0.0)

you-should-use version (echo "$YSU_VERSION")

1.5.0

How is zsh-you-should-use installed?

Steps to reproduce the issue

Use any shorthand alias:

ls
Found existing alias for "ls -G". You should use: "ls"
back
Found existing alias for "cd ..". You should use: "back"
vsc
Found existing alias for "code .". You should use: "vsc"

gist link to your zshrc

https://github.com/epk/dotify/blob/master/.zshrc

nacro90 commented 4 years ago

Same issue with zplug here

$ gss
Found existing alias for "git status -s". You should use: "gss"
.....
MichaelAquilina commented 4 years ago

Seems like this is a regression from yesterday's release. I'll revert the change temporarily and release a proper fix in due course

MichaelAquilina commented 4 years ago

A hotfix has been released that should solve this issue. Let me know if you still experience this problem or not once you update :)

nacro90 commented 4 years ago

Solved :+1: