X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Ffeisty_meow_startup%2Fbashrc_user_windoz;h=bb73d0053f2505d15bd224be9d629cbec77fe234;hb=49c7386493690343410ccc51f3c527429f5c00ff;hp=46dce184e22968ccedda848bb6c93cdec2f308e0;hpb=a13cd5a85a0981acfd3702c4eaec9aeff3ed80da;p=feisty_meow.git diff --git a/examples/feisty_meow_startup/bashrc_user_windoz b/examples/feisty_meow_startup/bashrc_user_windoz index 46dce184..bb73d005 100644 --- a/examples/feisty_meow_startup/bashrc_user_windoz +++ b/examples/feisty_meow_startup/bashrc_user_windoz @@ -1,22 +1,8 @@ -# in addition to the .bashrc code that the operating system gives you, -# 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 feisty_meow before. - -# note: it is useful to set your own NAME variable to identify who you are. -# 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 - -# 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 +# example additions to make windoze not suck as much. +export PATH=/bin:$PATH:/d/utilities/emacs-23.2/bin:/d/utilities/vim/vim71:/d/system/perl/site/bin:/d/system/perl/bin:/d/tools/doxygen/bin:/d/tools/graphviz/Graphviz/bin if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh fi -