Created
November 23, 2014 09:33
-
-
Save prologic/29f1b37a1e4f96b01e3b to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
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
[prologic|daisy ~]% xterm-255color | |
if [ -e /usr/share/terminfo/x/xterm-256color ]; then | |
export TERM='xterm-256color' | |
else | |
export TERM='xterm-color' | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment