Skip to content

Instantly share code, notes, and snippets.

@prologic
Created November 23, 2014 09:33
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 prologic/29f1b37a1e4f96b01e3b to your computer and use it in GitHub Desktop.
Save prologic/29f1b37a1e4f96b01e3b to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
[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