g icon indicating copy to clipboard operation
g copied to clipboard

support a longer name, as it conflict with on-my-zsh-plugin::git

Open cxwx opened this issue 8 months ago • 1 comments
trafficstars

both use the short name cmd g

cxwx avatar Feb 23 '25 11:02 cxwx

thanks for your feedback!

you can try running the command with a backslash in front, like this:

\g [arguments]

This tells the shell to bypass the alias expansion, so you're directly running the actual command

or try this

command g [arguments]

Hope this helps!

Equationzhao avatar Feb 23 '25 13:02 Equationzhao