Last active
September 3, 2017 06:07
-
-
Save iiiGerardoiii/1458d0e6dedc62984eadc61f396ddcb7 to your computer and use it in GitHub Desktop.
This file contains 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
# Turn on 256 color support... | |
if [ "x$TERM" = "xxterm" ] | |
then | |
export TERM="xterm-256color" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment