Skip to content

Instantly share code, notes, and snippets.

@elmodos
Created October 21, 2016 14:29
Show Gist options
  • Select an option

  • Save elmodos/09cc58ffb6664a69ca4c51fec6f92f99 to your computer and use it in GitHub Desktop.

Select an option

Save elmodos/09cc58ffb6664a69ca4c51fec6f92f99 to your computer and use it in GitHub Desktop.
256 color terminal for GUI terminal emulator
# 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