fred vars updated to include an EDITOR setting.
[feisty_meow.git] / scripts / examples / feisty_meow_startup / bashrc_user_windoz
index 07a3bb37ff236d96ba7130c298a21c746a0d269e..46dce184e22968ccedda848bb6c93cdec2f308e0 100644 (file)
@@ -15,9 +15,8 @@
 # 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 FEISTY_MEOW_DIR="$HOME/feisty_meow"
-
-# sets up the feisty_meow scripts, using the default locations for all scripts.
-source $HOME/feisty_meow/scripts/core/profile.sh
+if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
+  source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
+fi