aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bashrc')
-rw-r--r--home/.bashrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/home/.bashrc b/home/.bashrc
index 74d632c..ac7da8a 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -37,7 +37,7 @@ fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
- xterm-color) color_prompt=yes;;
+ xterm-color|*-256color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned
@@ -117,6 +117,3 @@ if [ -d "$HOME/.bashrc.d" ]; then
. "$script"
done
fi
-
-# added by travis gem
-[ -f /home/jodersky/.travis/travis.sh ] && source /home/jodersky/.travis/travis.sh