X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=2f6a363420b32bec2e9a117214a7bdee86d739fb;hb=e25ac6e59711fa21200845327cafe07a1b4a4f25;hp=930bbf0bdc52d427c61b9c6bcb658c10fb30fd2f;hpb=de125ae3d929e2c5c6072b607d3066d4837cb1a6;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 930bbf0b..2f6a3634 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -87,14 +87,11 @@ alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh' # says goodbye when leaving a shell. alias bye='. $FEISTY_MEOW_SCRIPTS/users/goodbye.sh' +alias cputemp='acpi -t' # redoes fred's set of custom scripts. -alias recustomize='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. -if [ "$OS" = "Windows_NT" ]; then - alias vi='gvim' -fi # yes, these are really helpful... alias whereami='echo whoa dude, try not to think about it...' alias why='echo just because.'