Created
August 27, 2017 19:43
-
-
Save rocky1138/709b2bb4d6ff95a8025a649cfdcd51f6 to your computer and use it in GitHub Desktop.
256 colour support in screen over ssh in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.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