Skip to content

Instantly share code, notes, and snippets.

@yko

yko/.bashrc Secret

Created June 2, 2011 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yko/3eb28cc0f65af13b2e40 to your computer and use it in GitHub Desktop.
Save yko/3eb28cc0f65af13b2e40 to your computer and use it in GitHub Desktop.
256
# .bashrc
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