X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fexamples%2Ffeisty_meow_startup%2Fbashrc_user_windoz;h=07a3bb37ff236d96ba7130c298a21c746a0d269e;hb=04943c790d69b0773f92481506cb597fd8e919f1;hp=df6df7264c2fa47a6c7e88a585ba90f82907a72b;hpb=a1f3c65741691541c269f9e74626ac764e27cc03;p=feisty_meow.git diff --git a/scripts/examples/feisty_meow_startup/bashrc_user_windoz b/scripts/examples/feisty_meow_startup/bashrc_user_windoz index df6df726..07a3bb37 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_user_windoz +++ b/scripts/examples/feisty_meow_startup/bashrc_user_windoz @@ -1,25 +1,23 @@ # in addition to the .bashrc code that the operating system gives you, -# you should added this file to your ~/.bashrc if you want the YETI scripts +# you should added this file to your ~/.bashrc if you want the feisty_meow scripts # to be loaded up. # -# you also must run bootstrap_shells.sh if you've never used YETI before. +# you also must run bootstrap_shells.sh if you've never used feisty_meow before. # note: it is useful to set your own NAME variable to identify who you are. -# the yeti scripts will set up a bogus one for you otherwise. in your home +# the feisty_meow scripts will set up a bogus one for you otherwise. in your home # directory's .bashrc, you could add something like this, for example: #export NAME='Curmudgeon J. Wankslausteen' -export TMP=/h/tmp +#export TMP=/h/tmp # add in some useful paths for the local machine. 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 -export REPOSITORY_DIR="$HOME/hoople2" +#export FEISTY_MEOW_DIR="$HOME/feisty_meow" -if [ -z "$NO_YETI" ]; then - # sets up the yeti scripts, using the default locations for all scripts. - source $HOME/yeti/scripts/core/profile.sh -fi +# sets up the feisty_meow scripts, using the default locations for all scripts. +source $HOME/feisty_meow/scripts/core/profile.sh