Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / feisty_inits / dot.bashrc-windows-user
diff --git a/feisty_inits/dot.bashrc-windows-user b/feisty_inits/dot.bashrc-windows-user
deleted file mode 100644 (file)
index 6a652f7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-# some example path additions to make windoze less awful.
-# they depend on msys style paths, but can work under cygwin if you do:
-#   ln -s /cygdrive/c /c; ln -s /cygdrive/d /d; and so on.
-# this is just an example because your installation paths are almost certainly
-# different.
-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
-  # windows startup of the feisty meow script environment.
-  source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
-fi
-