X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=feisty_inits%2Fdot.bashrc-windows-user;fp=feisty_inits%2Fdot.bashrc-windows-user;h=0000000000000000000000000000000000000000;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=6a652f78a8d01f0b20a70dee5ff084b337a2be15;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/feisty_inits/dot.bashrc-windows-user b/feisty_inits/dot.bashrc-windows-user deleted file mode 100644 index 6a652f78..00000000 --- a/feisty_inits/dot.bashrc-windows-user +++ /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 -