# create our common aliases.
perl "$FEISTY_MEOW_SCRIPTS/core/generate_aliases.pl"
-echo established these variables for feisty_meow assets:
-echo ==============
-cat "$GENERATED_FEISTY_MEOW_VARIABLES"
-echo ==============
+if [ ! -z "$SHELL_DEBUG" ]; then
+ echo established these variables for feisty_meow assets:
+ echo ==============
+ cat "$GENERATED_FEISTY_MEOW_VARIABLES"
+ echo ==============
+fi
alias bye='. $FEISTY_MEOW_SCRIPTS/users/goodbye.sh'
alias cputemp='acpi -t'
# redoes fred's set of custom scripts.
-alias recustomize='regenerate &>/dev/null; echo "copying custom overrides for fred..."; cpdiff $FEISTY_MEOW_DIR/examples/custom_overrides/fred $FEISTY_MEOW_GENERATED/custom; regenerate'
+alias recustomize='regenerate >/dev/null; echo "copying custom overrides for fred..."; cpdiff $FEISTY_MEOW_DIR/examples/custom_overrides/fred $FEISTY_MEOW_GENERATED/custom; regenerate'
# makes root user's home directory's permissions right.
alias reroot='chown -R root:root /root'
# yes, these are really helpful...