Skip to content

Instantly share code, notes, and snippets.

@Mark24Code
Created February 21, 2017 12: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 Mark24Code/1f179d0746b2b4b619dd58878e1973c3 to your computer and use it in GitHub Desktop.
Save Mark24Code/1f179d0746b2b4b619dd58878e1973c3 to your computer and use it in GitHub Desktop.
让中端切换到256色(make terminal/xterm to support 256 color)
# add to .bashrc
# source .bashrc
if [ "$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