From 6d986a8244de3031a6e6914b06588c21c9836236 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 6 Nov 2017 22:20:40 -0500 Subject: [PATCH] cleanups from otis fixed comment formatting for better connection in .bashrc. dropping old windows crud version. --- feisty_inits/dot.bashrc-normal-user | 2 ++ feisty_inits/dot.bashrc-root | 4 ++-- feisty_inits/dot.bashrc-windows-user | 13 ------------- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 feisty_inits/dot.bashrc-windows-user diff --git a/feisty_inits/dot.bashrc-normal-user b/feisty_inits/dot.bashrc-normal-user index aace71cf..0015d767 100644 --- a/feisty_inits/dot.bashrc-normal-user +++ b/feisty_inits/dot.bashrc-normal-user @@ -1,4 +1,6 @@ +############## + # initializes the feisty meow environment for "normal" users (not intended for the root user). ############## diff --git a/feisty_inits/dot.bashrc-root b/feisty_inits/dot.bashrc-root index 69307d18..55c7bb93 100644 --- a/feisty_inits/dot.bashrc-root +++ b/feisty_inits/dot.bashrc-root @@ -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 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 - -- 2.34.1