first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / scripts / examples / bashrc_user_windoz
1
2 # in addition to the .bashrc code that the operating system gives you,
3 # you should added this file to your ~/.bashrc if you want the YETI scripts
4 # to be loaded up.
5 #
6 # you also must run bootstrap_shells.sh if you've never used YETI before.
7
8 # note: it is useful to set your own NAME variable to identify who you are.
9 # the yeti scripts will set up a bogus one for you otherwise.  in your home
10 # directory's .bashrc, you could add something like this, for example:
11 #export NAME='Curmudgeon J. Wankslausteen'
12
13 export TMP=/h/tmp
14
15 # add in some useful paths for the local machine.
16 export PATH=/bin:$PATH:/c/utilities/emacs-23.2/bin:/c/tools/cvsnt:/c/utilities/Vim/vim71:/c/system/Perl/site/bin:/c/system/Perl/bin:/c/tools/doxygen/bin:/c/tools/graphviz/Graphviz/bin
17
18 export REPOSITORY_DIR="$HOME/hoople2"
19
20 if [ -z "$NO_YETI" ]; then
21   # sets up the yeti scripts, using the default locations for all scripts.
22   source $HOME/yeti/scripts/core/profile.sh
23 fi
24
25