Skip to content

Instantly share code, notes, and snippets.

@Flink
Created November 2, 2014 22:17
Show Gist options
  • Save Flink/c66d722cc5ce343dc130 to your computer and use it in GitHub Desktop.
Save Flink/c66d722cc5ce343dc130 to your computer and use it in GitHub Desktop.
256 colors in gnome-terminal
if ! [[ $TERM =~ 256color ]]; then
export TERM="$TERM-256color"
fi
if [[ -f $HOME/.profile ]]; then
emulate sh -c ". $HOME/.profile"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment