X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=95b2ef0ae2a3bbd801ba7fc47383bba6c818d0fb;hb=0bcf01016848c74240ebeee81f73607598c2a9ea;hp=99c33130b3d32026d0aa101ee362fb3460fb61b2;hpb=8f1a85cd21d35aad6cba6d6929656a112fe002dc;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 99c33130..95b2ef0a 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -45,9 +45,9 @@ else fi # re-use work we did on 'exp' macro for longer command. alias explorer=exp -alias l='\ls -FC $color_add' -alias ls='\ls -FC $color_add' -alias lsd='ls -l' +alias l='\ls -hFC $color_add' +alias ls='\ls -hFC $color_add' +alias lsd='ls -hl' alias md='mkdir' alias more='less' alias move='mv -i -v ' @@ -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='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/customizing/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.'