nicer versions include history size
[feisty_meow.git] / feisty_inits / dot.bashrc-root
1
2 # example ~/.bashrc: this code provides a macro to initialize the
3 # feisty meow environment for the "root" user.
4
5 ##############
6
7 # drag in the default version of this file.  this may not be needed if your
8 # .bashrc script already has substantial code or already does this.
9 source /etc/bash.bashrc
10
11 ##############
12
13 # set the history sizes to be much larger, and do this whether we load the
14 # feisty meow environment or not.
15
16 export HISTSIZE=1000000
17 export HISTFILESIZE=8000000
18
19 ##############
20
21 # change this to your name...
22 export NAME='Frunkooleon Q. GrendervaspPleaseChangeThis'
23
24 ##############
25
26 # the "fredme" macro enables the feisty_meow environment.
27 alias fredme='source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh'
28
29 ##############
30