From: Peter Palfrader Date: Sat, 14 Jan 2017 23:40:57 +0000 (+0100) Subject: make root's shell history contain more than 500 lines X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9e09d8f9470154e5d295fa24cb9668a84c1fac40;p=mirror%2Fdsa-puppet.git make root's shell history contain more than 500 lines --- diff --git a/modules/debian-org/files/root-dotfiles/bashrc b/modules/debian-org/files/root-dotfiles/bashrc index 2509d071e..048d94436 100644 --- a/modules/debian-org/files/root-dotfiles/bashrc +++ b/modules/debian-org/files/root-dotfiles/bashrc @@ -5,6 +5,7 @@ if [ "$PS1" ]; then typeset HISTCONTROL=ignoreboth + typeset HISTSIZE=50000 export LS_OPTIONS='--color=auto' eval "`dircolors`"