relocated the feisty meow init examples, since they were languishing in too deep
[feisty_meow.git] / feisty_inits / dot.bashrc-windows-user
1
2 # some example path additions to make windoze less awful.
3 # they depend on msys style paths, but can work under cygwin if you do:
4 #   ln -s /cygdrive/c /c; ln -s /cygdrive/d /d; and so on.
5 # this is just an example because your installation paths are almost certainly
6 # different.
7 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
8
9 if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
10   # windows startup of the feisty meow script environment.
11   source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
12 fi
13