#
# 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 '\\\\' '/' )"
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'