aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-17 16:27:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-17 16:27:22 +1200
commit852def15fb1e1d2d513b687af144720ec18d0ab3 (patch)
tree2a553f67233935cc44c6a8744de0068b57aae752 /bash
parentExplicitly set VISUAL and PAGER (diff)
downloaddotfiles-852def15fb1e1d2d513b687af144720ec18d0ab3.tar.gz
dotfiles-852def15fb1e1d2d513b687af144720ec18d0ab3.zip
Has to be set to a non-zero value to work
<http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00126.html>
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 387d6b3c..3459f83a 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -15,7 +15,7 @@ export NCURSES_NO_UTF8_ACS=1
export GPGKEY=255AAC13
# Keep plenty of history.
-unset HISTFILESIZE
+HISTFILESIZE=1000000
HISTSIZE=1000000
# Ignore duplicate commands and whitespace in history.