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…
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…