From: Maximilian Friedersdorff Date: Mon, 10 Jun 2019 14:04:29 +0000 (+0100) Subject: Keep longer bash history for each shell X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=6d8ad97ddd27ad87f07e5d84753754f95288ae5b;p=max%2Fsaltfiles.git Keep longer bash history for each shell --- diff --git a/states/bash/files/bashrc b/states/bash/files/bashrc index 52753fa..639cca1 100644 --- a/states/bash/files/bashrc +++ b/states/bash/files/bashrc @@ -10,7 +10,7 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 +HISTSIZE=20000 HISTFILESIZE=20000 # check the window size after each command and, if necessary,