Created
October 1, 2012 22:59
-
-
Save Cosmicist/3815035 to your computer and use it in GitHub Desktop.
256-color gnome terminal
This file contains 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
# 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