From 756c58a3a0e89cf8e177548d9cdf3404c0c703ab Mon Sep 17 00:00:00 2001 From: Adam Renberg Date: Wed, 9 Sep 2015 15:59:30 +0200 Subject: [PATCH] Bump bash hist size --- bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index 587f33b..21d3e8f 100755 --- a/bash/bashrc +++ b/bash/bashrc @@ -15,8 +15,8 @@ HISTCONTROL=ignoredups:ignorespace shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=10000 +HISTFILESIZE=10000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS.