From: Chris Koeritz Date: Sat, 4 Feb 2012 20:56:47 +0000 (-0500) Subject: adapting to new location for examples directory. X-Git-Tag: 2.140.90~1639 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=764dc9a5884fe4c21587c4377a0a590a08770250;p=feisty_meow.git adapting to new location for examples directory. --- diff --git a/scripts/core/bootstrap_shells.sh b/scripts/core/bootstrap_shells.sh index 3d128889..f19855e8 100644 --- a/scripts/core/bootstrap_shells.sh +++ b/scripts/core/bootstrap_shells.sh @@ -7,7 +7,7 @@ # # Note: this does not yet ensure that the YETI profile is executed on # shell startup. that can be added manually by editing your .bashrc file. -# read the examples/bashrc_user file for more details. +# read the examples/feisty_meow_startup/bashrc_user file for more details. ORIGINATING_FOLDER="$( \cd "$(\dirname "$0")" && \pwd )" YETI_CORE_SCRIPTS_DIR="$(echo "$ORIGINATING_FOLDER" | tr '\\\\' '/' )" diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 7429ed35..8da145d9 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -32,7 +32,7 @@ alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh' alias rmdir='perl $FEISTY_MEOW_SCRIPTS/files/zapdirs.pl' alias rd='perl $FEISTY_MEOW_SCRIPTS/files/zapdirs.pl' # redoes fred's set of custom scripts. -alias recustomize='cpdiff $FEISTY_MEOW_SCRIPTS/examples/custom_overrides/fred $FEISTY_MEOW_GENERATED/custom' +alias recustomize='cpdiff $FEISTY_MEOW_DIR/examples/custom_overrides/fred $FEISTY_MEOW_GENERATED/custom' #regen-- this might be better as a function. alias regenerate='bash $FEISTY_MEOW_SCRIPTS/core/bootstrap_shells.sh ; echo ; nechung' alias reroot='chown -R root:root /root'