diff options
Diffstat (limited to 'term256.sh')
-rw-r--r-- | term256.sh | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,10 +1,8 @@ # Enable 256 color capabilities for appropriate terminals -# Uncomment this if you want remote xterms connecting -# to this system, to be sent 256 colors. Note that -# local xterms, ssh'ing to localhost are considered -# remote in this context, but in that case, $TERM should -# have already been set to 256 color capable. +# Set this variable in your local shell config (such as ~/.bashrc) +# if you want remote xterms connecting to this system, to be sent 256 colors. +# This must be set before reading global initialization such as /etc/bashrc. # SEND_256_COLORS_TO_REMOTE=1 # Terminals with any of the following set, support 256 colors (and are local) |