diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-06-02 23:19:42 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-06-02 23:19:42 -0400 |
commit | 7e842cfd399c0bea9d480d5fa7a18dfa06bb6a60 (patch) | |
tree | 3d42b1ca90cb3bd3a551ab209e8f38912a10bbec /.bashrc | |
parent | 9347fcfe000dcafd353b63ccab0f3dc2b8de2271 (diff) |
This is what happens when I use Parabola for a day.
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,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;; esac |