adapting to new location for examples directory.
authorChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2012 20:56:47 +0000 (15:56 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2012 20:56:47 +0000 (15:56 -0500)
scripts/core/bootstrap_shells.sh
scripts/core/common.alias

index 3d1288891dda0d75d2f915d411ad89a7e33c847d..f19855e89f9cb461fc9a4e4eb0ba9b92eb6eac24 100644 (file)
@@ -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 '\\\\' '/' )"
index 7429ed35e42adc0a0017d76d9ad429f386a42b7d..8da145d956b6cb860a0f8c5dc94520d772b51d98 100644 (file)
@@ -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'