Skip to content

Instantly share code, notes, and snippets.

@Cosmicist
Created October 1, 2012 22:59
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 Cosmicist/3815035 to your computer and use it in GitHub Desktop.
Save Cosmicist/3815035 to your computer and use it in GitHub Desktop.
256-color gnome terminal
# 256-color terminal! Useful for vim color schemes
# Add the following somewhere above the lines that goes:
# case "$TERM" in
# xterm-color) color_prompt=yes;;
# esac
TERM="xterm-256color"
# Colored prompt:
# Search for the following line and uncomment it
force_color_prompt=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment