From: Fred T. Hamster Date: Sun, 12 Feb 2012 22:42:49 +0000 (-0500) Subject: made the recustomize macro work even with a missing generated folder. X-Git-Tag: 2.140.90~1613 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a04b2230f1f1464b36e5d9ef21c4bf964668bd51;hp=40bba0c94b9ecf0b24f52a8ffce09dc3763fe91a;p=feisty_meow.git made the recustomize macro work even with a missing generated folder. --- diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 99c33130..16869c96 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -88,7 +88,7 @@ alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh' # says goodbye when leaving a shell. alias bye='. $FEISTY_MEOW_SCRIPTS/users/goodbye.sh' # redoes fred's set of custom scripts. -alias recustomize='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' # replace the vi command with a graphical version on windows.