X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=56bb0ecb31e2af28fc2bf946fd2ac5c7849fb21c;hb=a53d220e8b3876a8d43b09364af32db379c910dd;hp=44cf303cca84551dbff14aa8732f4312dcf770c4;hpb=e2b2c974b9b441cfe65e9b3530807d13bd73fef0;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 44cf303c..56bb0ecb 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -9,12 +9,7 @@ # Feel free to send updates to: [ fred@gruntose.com ] ############## -# common aliases for feisty_meow are located here. -# most of these should work in any bash environment... -# although some may require more than bash, like the aliases -# that invoke perl scripts. - -############## +# a list of core aliases for feisty meow codebase. # repurposes certain commands that feisty meow does a little differently. alias cls='clear_colormap; clear' @@ -89,8 +84,6 @@ 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='regenerate >/dev/null; echo "copying custom overrides for fred..."; cpdiff $FEISTY_MEOW_DIR/customizing/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...