From 628611227422446f4c2dbfe670a2f04e5e6cc5f7 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 26 Jan 2012 10:44:53 -0500 Subject: [PATCH] fixed the examples to be more in synch with new location. --- .../examples/feisty_meow_startup/bashrc_grover | 2 +- scripts/examples/feisty_meow_startup/bashrc_root | 4 ++-- scripts/examples/feisty_meow_startup/bashrc_user | 11 ++++------- .../feisty_meow_startup/bashrc_user_windoz | 16 +++++++--------- 4 files changed, 14 insertions(+), 19 deletions(-) diff --git a/scripts/examples/feisty_meow_startup/bashrc_grover b/scripts/examples/feisty_meow_startup/bashrc_grover index ddc86621..9edb8f06 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_grover +++ b/scripts/examples/feisty_meow_startup/bashrc_grover @@ -3,6 +3,6 @@ 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/yeti/scripts/core/profile.sh ; cd ' +alias fredme='export HOME=/home/zaurus/fred ; export TMP=$HOME/.tmp ; source $HOME/feisty_meow/scripts/core/profile.sh ; cd ' diff --git a/scripts/examples/feisty_meow_startup/bashrc_root b/scripts/examples/feisty_meow_startup/bashrc_root index 7aaafb91..e34259dd 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_root +++ b/scripts/examples/feisty_meow_startup/bashrc_root @@ -1,4 +1,4 @@ -# added to root's ~/.bashrc, the yetime macro enables all the yeti tools. +# added to root's ~/.bashrc, the fredme macro enables all the feisty_meow tools. -alias yetime='source $HOME/yeti/scripts/core/profile.sh' +alias fredme='source $HOME/feisty_meow/scripts/core/profile.sh' diff --git a/scripts/examples/feisty_meow_startup/bashrc_user b/scripts/examples/feisty_meow_startup/bashrc_user index 3e5f4a91..af922408 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_user +++ b/scripts/examples/feisty_meow_startup/bashrc_user @@ -1,22 +1,19 @@ # in addition to the .bashrc code that the operating system gives you, -# you can add this file to your ~/.bashrc if you want the YETI scripts +# you can add this file to your ~/.bashrc if you want the feisty_meow scripts # to be loaded up automatically. # # this is for normal users, not the root user! # note: it is useful to set your own NAME variable to identify who you are. -# the yeti scripts will set up a bogus one for you otherwise. in your home +# the feisty_meow scripts will set up a bogus one for you otherwise. in your home # directory's .bashrc, you could add something like this, for example: # export NAME='Doodmodeus Q. Nornberton' # don't bother running our stuff for a dumb terminal since any echo # can mess with an sftp connection, apparently. if [ ${TERM} != "dumb" ]; then - # make sure yeti code hasn't been explicitly disabled. - if [ -z "$NO_YETI" ]; then - # sets up the yeti scripts, using the default locations for all scripts. - source $HOME/yeti/scripts/core/profile.sh - fi + # sets up the feisty_meow scripts, using the default locations for all scripts. + source $HOME/feisty_meow/scripts/core/profile.sh fi diff --git a/scripts/examples/feisty_meow_startup/bashrc_user_windoz b/scripts/examples/feisty_meow_startup/bashrc_user_windoz index df6df726..ee0654be 100644 --- a/scripts/examples/feisty_meow_startup/bashrc_user_windoz +++ b/scripts/examples/feisty_meow_startup/bashrc_user_windoz @@ -1,25 +1,23 @@ # in addition to the .bashrc code that the operating system gives you, -# you should added this file to your ~/.bashrc if you want the YETI scripts +# you should added this file to your ~/.bashrc if you want the feisty_meow scripts # to be loaded up. # -# you also must run bootstrap_shells.sh if you've never used YETI before. +# you also must run bootstrap_shells.sh if you've never used feisty_meow before. # note: it is useful to set your own NAME variable to identify who you are. -# the yeti scripts will set up a bogus one for you otherwise. in your home +# the feisty_meow scripts will set up a bogus one for you otherwise. in your home # directory's .bashrc, you could add something like this, for example: #export NAME='Curmudgeon J. Wankslausteen' -export TMP=/h/tmp +#export TMP=/h/tmp # add in some useful paths for the local machine. export PATH=/bin:$PATH:/c/utilities/emacs-23.2/bin:/c/tools/cvsnt:/c/utilities/Vim/vim71:/c/system/Perl/site/bin:/c/system/Perl/bin:/c/tools/doxygen/bin:/c/tools/graphviz/Graphviz/bin -export REPOSITORY_DIR="$HOME/hoople2" +#export REPOSITORY_DIR="$HOME/feisty_meow" -if [ -z "$NO_YETI" ]; then - # sets up the yeti scripts, using the default locations for all scripts. - source $HOME/yeti/scripts/core/profile.sh -fi +# sets up the feisty_meow scripts, using the default locations for all scripts. +source $HOME/feisty_meow/scripts/core/profile.sh -- 2.34.1