nicer versions include history size
authorChris Koeritz <fred@gruntose.com>
Sat, 17 Dec 2016 21:17:38 +0000 (16:17 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 17 Dec 2016 21:17:38 +0000 (16:17 -0500)
feisty_inits/dot.bashrc-normal-user
feisty_inits/dot.bashrc-root

index ea0c9c5ecfddb2fbcbc158acb3043f8440e65fa0..74a777476d3808fa3f7f36596f6d991af700de6a 100644 (file)
@@ -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'
 
index 8ae38a5a70d252948c898336b0050e2a6a4a0475..205e6a13c23ad8d5e6e32eb71a383fb49442cd64 100644 (file)
@@ -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'