X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=feisty_inits%2Fdot.bashrc-root;h=205e6a13c23ad8d5e6e32eb71a383fb49442cd64;hb=a0592466e9f1176b5adedb24922e420552fdc9d5;hp=8ae38a5a70d252948c898336b0050e2a6a4a0475;hpb=8ed0afd22176e1118bf34f7c998c277cc3feb065;p=feisty_meow.git 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'