summaryrefslogtreecommitdiff
path: root/.config/bash
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-16 10:37:54 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-16 10:37:54 -0400
commit3ee524f917f9a3c61b6de99a6aceb0224616a9c6 (patch)
tree6bba1e3358c0bd62a4064e7c31e80bc3270a05a7 /.config/bash
parenta5cbc6a76aa80e955318837d5469495b0c27d5cf (diff)
parent9d06c1f66cfba869204f64fc4be72fe5f36e3df1 (diff)
Merge remote-tracking branch 'origin/master' into purdue-cs
Conflicts: .config/bash/rc.sh .config/cron/make-config .config/login.sh
Diffstat (limited to '.config/bash')
-rw-r--r--.config/bash/rc.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh
index 1661b35..15a9865 100644
--- a/.config/bash/rc.sh
+++ b/.config/bash/rc.sh
@@ -16,7 +16,6 @@ shopt -s checkhash
################################################################################
# History settings
-# don't put duplicate lines in the history. See bash(1) for more options
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.
HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
HISTFILE=${XDG_CACHE_HOME}/bash/history