I quit my job seven months ago, this is what's happened 12 years ago
Nice article - thank you for sharing!
HN user
Nice article - thank you for sharing!
Yeah - you basically just need to get xterm (or whichever terminal em you are using) to run as 256 colors:
My solution is to place this in my .bashrc
# begin code if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color fi # end code
Of course the terminal should be 256 color terminal. Hope this helps.