From e9b4228fc76e963ec73471f718efe68b5d31763a Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 4 Sep 2013 22:20:56 -0700 Subject: [PATCH] Up bash history size --- bash/environment | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/environment b/bash/environment index edc85c0..996d10a 100644 --- a/bash/environment +++ b/bash/environment @@ -18,8 +18,8 @@ HISTCONTROL=ignoredups:ignorespace shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=10000 -HISTFILESIZE=20000 +HISTSIZE=100000 +HISTFILESIZE=200000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS.