Skip to content

Instantly share code, notes, and snippets.

@rocky1138
Created August 27, 2017 19:43
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 rocky1138/709b2bb4d6ff95a8025a649cfdcd51f6 to your computer and use it in GitHub Desktop.
Save rocky1138/709b2bb4d6ff95a8025a649cfdcd51f6 to your computer and use it in GitHub Desktop.
256 colour support in screen over ssh in Ubuntu
~/.bashrc
force_color_prompt=yes
export TERM=xterm-256color
~/.bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment