cleanups from otis
authorChris Koeritz <fred@gruntose.com>
Tue, 7 Nov 2017 03:20:40 +0000 (22:20 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 7 Nov 2017 03:20:40 +0000 (22:20 -0500)
fixed comment formatting for better connection in .bashrc.
dropping old windows crud version.

feisty_inits/dot.bashrc-normal-user
feisty_inits/dot.bashrc-root
feisty_inits/dot.bashrc-windows-user [deleted file]

index aace71cfe6fad95939d48c63692accb2d36b6015..0015d767f7f136b6bd01a5fe17a70eab388c03ca 100644 (file)
@@ -1,4 +1,6 @@
 
+##############
+
 # initializes the feisty meow environment for "normal" users (not intended for the root user).
 
 ##############
index 69307d1830996a02dd221db47869cc35a84e02ce..55c7bb93dd7bd8896c6d7aa0b3f600ea5691122b 100644 (file)
@@ -1,8 +1,8 @@
 
-# provides a macro to initialize the feisty meow environment for the "root" user.
-
 ##############
 
+# provides a macro to initialize the feisty meow environment for the "root" user.
+
 # drag in the default version of this file.  this may not be needed if your
 # .bashrc script already has substantial code or already does this.
 source /etc/bash.bashrc
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
-