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
Did not work, because apply-colors.shfirstly checks if OS is Darwin. apply-colors.sh and gogh.sh says Unsupported terminal!. I think we can rearrange if statements, moving statement "$TERM" = "xterm-kitty" to the top, before OS check. I can send pull request for that, if you're admit
The text was updated successfully, but these errors were encountered:
Did not work, because
apply-colors.sh
firstly checks if OS is Darwin.apply-colors.sh
andgogh.sh
saysUnsupported terminal!
. I think we can rearrangeif
statements, moving statement"$TERM" = "xterm-kitty"
to the top, before OS check. I can send pull request for that, if you're admitThe text was updated successfully, but these errors were encountered: