Skip to content

Instantly share code, notes, and snippets.

@Mark24Code
Last active February 21, 2017 12:02
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/ff7018b9b1b6795145e421e87d10da7c to your computer and use it in GitHub Desktop.
Save Mark24Code/ff7018b9b1b6795145e421e87d10da7c 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