diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -38,8 +38,7 @@ esac # set a fancy prompt (non-color, unless we know we "want" color) case "$TERM" in linux) color_prompt=yes;; - *-color*) color_prompt=yes;; - *-256color*) color_prompt=yes;; + *-*color*) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned |