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.41k stars 44 forks source link

New function: you-used (alias usage reminder) #134

Open p1r473 opened 1 month ago

p1r473 commented 1 month ago

Added ability to show what alias you just used is aliased to (more like a "you used" opposite of "you should use" in case you forget you keep using aliases (#131)

The reason I think it's very important is because oftentimes you use an alias without remembering you did and then you wonder why things don't work, especially if you alias very common things like ls or rm.

Example, I recently aliased ls to eza, and found that ls -t works, but eza -t required a flag, and this broke a bunch of my scripts. Its more a reminder you used an alias.

I am happy to maintain the you-used part