zsh-syntax-highlighting
zsh-syntax-highlighting copied to clipboard
Weird colors with `ggpush` Git alias command.
Hi, I have a strange issue with ggpush Git alias command. Can someone help me to fix this?
What are the value of $ZSH_HIGHLIGHT_PATCHLEVEL and the definition of the alias?
The alias is defined with:
ggpush='git push origin "$(git_current_branch)"'
How can I get the value of $ZSH_HIGHLIGHT_PATCHLEVEL? Sorry, I don't know much about it.
Just print/echo it.
Could you provide minimal reproduction instructions under zsh -f without external dependencies? If not: what file is the alias defined in?