X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=7429ed35e42adc0a0017d76d9ad429f386a42b7d;hb=6c098e82fd059487b6097d31cdf8e199de7d792e;hp=914843caeafc0007684f854efbc2099c032a34a0;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 914843ca..7429ed35 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -31,19 +31,19 @@ alias path='echo $PATH' alias play='bash $FEISTY_MEOW_SCRIPTS/multimedia/sound_play.sh' alias rmdir='perl $FEISTY_MEOW_SCRIPTS/files/zapdirs.pl' alias rd='perl $FEISTY_MEOW_SCRIPTS/files/zapdirs.pl' +# redoes fred's set of custom scripts. +alias recustomize='cpdiff $FEISTY_MEOW_SCRIPTS/examples/custom_overrides/fred $FEISTY_MEOW_GENERATED/custom' #regen-- this might be better as a function. -alias regenerate='bash $FEISTY_MEOW_SCRIPTS/core/bootstrap_shells.sh ; perl $FEISTY_MEOW_SCRIPTS/core/generate_aliases.pl ; echo ; nechung' +alias regenerate='bash $FEISTY_MEOW_SCRIPTS/core/bootstrap_shells.sh ; echo ; nechung' alias reroot='chown -R root:root /root' alias rm='perl $FEISTY_MEOW_SCRIPTS/files/safedel.pl' alias ren='\mv -v -i ' alias up='cd ..' alias whence=which -alias xterm='xterm $myxtermflags' -alias xtroff='xtroff $myxflags' #hmmm: move these to the custom area? # Standard CAK aliases that add to or extend Unix commands. -alias bye='. $FEISTY_MEOW_SCRIPTS/core/goodbye.sh' +alias bye='. $FEISTY_MEOW_SCRIPTS/users/goodbye.sh' alias calc='kcalc' alias cls='clear_colormap; clear' if [ "$OS" != "Windows_NT" ]; then @@ -70,9 +70,9 @@ alias whereami='echo whoa dude, try not to think about it...' alias why='echo just because.' # call the generated aliases file, if it exists. -if [ -f "$FEISTY_MEOW_GENERATED/p_alias.sh" ]; then +if [ -f "$FEISTY_MEOW_GENERATED/fmc_aliases_for_scripts.sh" ]; then if [ ! -z "$SHELL_DEBUG" ]; then echo launching generated aliases.; fi - source $FEISTY_MEOW_GENERATED/p_alias.sh + source "$FEISTY_MEOW_GENERATED/fmc_aliases_for_scripts.sh" if [ ! -z "$SHELL_DEBUG" ]; then echo done with generated aliases.; fi fi