aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index a355b0c..8da6ab6 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -7,3 +7,6 @@
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
+
+# added by travis gem
+[ -f /home/bozo/.travis/travis.sh ] && source /home/bozo/.travis/travis.sh