aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-05 03:56:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-05 03:56:04 +1200
commit96dd1d0844d92dc3534eafeb199aee6fdac61440 (patch)
tree29c56d520fa1299ff071d8be3d0d5eadb9cc86e5 /bash
parentWell, that was underwhelming. (diff)
downloaddotfiles-96dd1d0844d92dc3534eafeb199aee6fdac61440.tar.gz
dotfiles-96dd1d0844d92dc3534eafeb199aee6fdac61440.zip
Thousand lines of history per shell
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 0ea971e8..1583cc55 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -6,7 +6,7 @@ export EDITOR=vi
# Keep plenty of history.
unset HISTFILESIZE
-HISTSIZE=1000000
+HISTSIZE=1000
# Ignore duplicate commands and whitespace in history.
HISTCONTROL=ignoreboth