e0facb150007d8b81a7e37f0802fc31e5fccf806
[feisty_meow.git] / infobase / feisty_inits / dot.bashrc-root
1
2 ##############
3
4 # provides a macro to initialize the feisty meow environment for the "root" user.
5
6 ##############
7
8 # drag in the default version of this file.  this may not be needed if your
9 # .bashrc script already has substantial code or already does this.
10 source /etc/bash.bashrc
11
12 ##############
13
14 # set the history sizes to be much larger, and do this whether we load the
15 # feisty meow environment or not.
16
17 export HISTSIZE=1000000
18 export HISTFILESIZE=8000000
19
20 ##############
21
22 # system-wide install (will be fixed by connect_feisty_meow script):
23 export FEISTY_MEOW_APEX="/opt/feistymeow.org/feisty_meow"
24
25 # the "fredme" macro enables the feisty_meow environment.
26 alias fredme='source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"'
27 # synonym for fredme which makes more sense to most people.
28 alias feistyme='source "$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh"'
29
30 # if not commented out, then feisty meow will run all the unit tests during builds.
31 #export RUN_ALL_TESTS=true
32
33 # turns on noisy debugging in feisty meow scripts if uncommented.
34 #export DEBUG_FEISTY_MEOW=true
35
36 ##############
37