From: Chris Koeritz Date: Sat, 17 Dec 2016 21:17:38 +0000 (-0500) Subject: nicer versions include history size X-Git-Tag: 2.140.90~325 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=4636861f6bf175c2b647053f82954bcd590df272;p=feisty_meow.git nicer versions include history size --- diff --git a/feisty_inits/dot.bashrc-normal-user b/feisty_inits/dot.bashrc-normal-user index ea0c9c5e..74a77747 100644 --- a/feisty_inits/dot.bashrc-normal-user +++ b/feisty_inits/dot.bashrc-normal-user @@ -4,20 +4,20 @@ ############## -# If not running interactively, don't do anything -case $- in - *i*) ;; - *) return;; -esac - -############## - # drag in the default version of this file. this may not be needed if your # .bashrc script already has substantial code or already does this. source /etc/bash.bashrc ############## +# set the history sizes to be much larger, and do this whether we load the +# feisty meow environment or not. + +export HISTSIZE=1000000 +export HISTFILESIZE=8000000 + +############## + # change this to your name... export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis' diff --git a/feisty_inits/dot.bashrc-root b/feisty_inits/dot.bashrc-root index 8ae38a5a..205e6a13 100644 --- a/feisty_inits/dot.bashrc-root +++ b/feisty_inits/dot.bashrc-root @@ -4,20 +4,20 @@ ############## -# If not running interactively, don't do anything -case $- in - *i*) ;; - *) return;; -esac - -############## - # drag in the default version of this file. this may not be needed if your # .bashrc script already has substantial code or already does this. source /etc/bash.bashrc ############## +# set the history sizes to be much larger, and do this whether we load the +# feisty meow environment or not. + +export HISTSIZE=1000000 +export HISTFILESIZE=8000000 + +############## + # change this to your name... export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis'