X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=85c6e3dd4c514e69a2cc3a0079b912cc44424d95;hb=acd81f8c0fd50132f3ac3ff4fb304f48e13114aa;hp=56bb0ecb31e2af28fc2bf946fd2ac5c7849fb21c;hpb=8b5da5ba39bcada64b7853cde4f48b754273fe02;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 56bb0ecb..85c6e3dd 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -22,7 +22,8 @@ alias df='\df -mh' alias dir='perl $FEISTY_MEOW_SCRIPTS/files/summing_dir.pl' alias du='\du -h' alias erase='perl $FEISTY_MEOW_SCRIPTS/files/safedel.pl' -# elaborate replacement for explorer command, which we shorten to exp. +# elaborate replacement for filesystem explorer command, which we have +# shortened to "exp". if [ "$OS" != "Windows_NT" ]; then if [ -n "$IS_DARWIN" ]; then # case for mac os x. @@ -38,7 +39,7 @@ else # windows gets routed to our helpful script instead. alias exp="bash $FEISTY_MEOW_SCRIPTS/winders/exploder.sh" fi -# re-use work we did on 'exp' macro for longer command. +# re-use work we did on 'exp' macro for the longer windows command. alias explorer=exp alias l='\ls -hFC $color_add' alias ls='\ls -hFC $color_add' @@ -53,6 +54,7 @@ alias rd='perl $FEISTY_MEOW_SCRIPTS/files/zapdirs.pl' alias ren='\mv -v -i ' alias rm='perl $FEISTY_MEOW_SCRIPTS/files/safedel.pl' alias rmdir='perl $FEISTY_MEOW_SCRIPTS/files/zapdirs.pl' +alias s='echo "##############"' alias path='echo $PATH' alias whence=which