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