X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=df70f1c07039e699d0392b17c9d320f046bbc996;hb=65ceb7d51f096b446826c0ab5bdaa9550abab2c3;hp=0c7efcc3b48205f216bb2a34531ee69c1688bcf6;hpb=25693b7a3600927bd19e83be261646657abc2eda;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 0c7efcc3..df70f1c0 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -32,14 +32,12 @@ 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' #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. @@ -70,9 +68,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/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/aliases_for_scripts.sh" if [ ! -z "$SHELL_DEBUG" ]; then echo done with generated aliases.; fi fi