💻 Software
Bash on Snow Leopard doesn't obey terminal colours
Fresh5 days ago
Mar 15, 20264152 viewsConfidence Score0%
0%
Problem
With the new version of Snow Leopard, OS X upgraded the bash version to . Now, my sets the following settings: The colours are used later on for output. This used to work in previous version of OSX but now my output not cooperating. Some ideas that have not worked. Switching Terminal.app from 64-bi…
Error Output
# Colors export TERM=xterm-color export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32' export CLICOLOR=1 export LSCOLORS=ExGxFxDxCxHxHxCbCeEbEb # Se…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Bash on Snow Leopard doesn't obey terminal colours
Low Risk
The answer was actually much simpler. Rather than using for the escape character, use instead. So it goes from to:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix