Created
October 21, 2016 14:29
-
-
Save elmodos/09cc58ffb6664a69ca4c51fec6f92f99 to your computer and use it in GitHub Desktop.
256 color terminal for GUI terminal emulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # paster this into the end of your ~/.bashrc file | |
| # 256 color by default for X | |
| if [ -n "$DISPLAY" -a "$TERM" == "xterm" ]; then | |
| export TERM=xterm-256color | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment