turning off more noise.
authorChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 14:22:00 +0000 (10:22 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 25 Apr 2012 14:22:00 +0000 (10:22 -0400)
scripts/core/bootstrap_shells.sh
scripts/core/common.alias

index ded1cf9ac23427b48828db7daa50961a8e05ea4a..7dba79d4315ace93653a6eb923cbc001bafcfc59 100644 (file)
@@ -45,8 +45,10 @@ source "$FEISTY_MEOW_SCRIPTS/core/variables.sh"
 # 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
 
index 03421eb33cb5cd3ea2248f4159ea96160f7fa202..2f6a363420b32bec2e9a117214a7bdee86d739fb 100644 (file)
@@ -89,7 +89,7 @@ alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh'
 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...