aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bashrc')
-rw-r--r--home/.bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/.bashrc b/home/.bashrc
index cc98b5b..616a037 100644
--- a/home/.bashrc
+++ b/home/.bashrc
@@ -17,7 +17,7 @@ shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=
-HISTFILESIZE=2000
+HISTFILESIZE=
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
@@ -117,3 +117,6 @@ 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