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
Hey! This plugin is almost exactly what I was looking for! Kudos 👍
But I'm missing something, which is the "reveal used alias" feature for git aliases.
After adding export ZSH_PLUGINS_ALIAS_TIPS_REVEAL=1, it works fine for regular aliases
$ ll
Alias for: ls -G -lh
total 64
drwxr-xr-x 16 jose.armesto staff 512B 30 mar 21:49 .
drwxr-xr-x+ 125 jose.armesto staff 3,9K 31 mar 12:37 ..
drwxr-xr-x 16 jose.armesto staff 512B 31 mar 12:37 .git
-rw-r--r-- 1 jose.armesto staff 105B 23 may 2016 .gitignore
-rw-r--r-- 1 jose.armesto staff 4,8K 30 mar 21:39 CONTRIBUTING.md
-rw-r--r-- 1 jose.armesto staff 1,2K 30 mar 21:39 LICENSE.txt
-rw-r--r-- 1 jose.armesto staff 9,1K 30 mar 21:39 README.md
This seems like a nice idea. I don't have the time to implement this right now, so, if anyone else wants to pick this up and implement this, I'll be happy to review (and merge too if @djui won't mind). :)
Hey! This plugin is almost exactly what I was looking for! Kudos 👍
But I'm missing something, which is the "reveal used alias" feature for git aliases.
After adding
export ZSH_PLUGINS_ALIAS_TIPS_REVEAL=1
, it works fine for regular aliasesBut it doesn't for git aliases
I'd like to see this output
Since these are my git aliases
Any ideas?
The text was updated successfully, but these errors were encountered: