of a directory.
+++ /dev/null
-
-
-these are some example scripts for getting the feisty meow aliases loaded.
-
-their purposes vary by the type of user they serve.
+++ /dev/null
-
-# grover is a sharp zaurus. this is pretty out of date.
-
-export LC_ALL=C
-alias mc='mc -a'
-
-export PATH=$PATH:/home/QtPalmtop/j2me:/home/QtPalmtop/j2me/bin
-
-alias fredme='export HOME=/home/zaurus/fred ; export TMP=$HOME/.tmp ; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh ; cd '
-
-
+++ /dev/null
-
-# added to root's ~/.bashrc, the fredme macro enables all the feisty_meow tools.
-
-alias fredme='source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh'
-
+++ /dev/null
-
-# this script is for normal users (not the root user).
-
-#fix this.
-export NAME='Frunkooleon Q. Grendervasp'
-
-if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
- # sets up the feisty_meow scripts, using the default locations for all scripts.
- source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
-fi
-
+++ /dev/null
-
-# 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
-
--- /dev/null
+
+# this script is for normal users running bash (not the root user).
+# it can be added to your ~/.bashrc file to automatically load the feisty
+# meow script environment.
+
+### this should be set to your name...
+export NAME='Frunkooleon Q. Grendervasp'
+
+if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
+ # sets up the feisty_meow scripts.
+ source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
+fi
+
--- /dev/null
+
+# this file can be added to root's ~/.bashrc...
+# it provides the "fredme" macro that enables all the feisty_meow tools.
+
+alias fredme='source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh'
+
--- /dev/null
+
+# 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
+