X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=7b8d3caddc02a0b6dfda48cb7a5b8065ba82d868;hb=ab6bacb578744ce2a0132af78fbf5dc461cf00d3;hp=995916fcea09eb3c99c882eacfd33a01955b1d81;hpb=4d7f9a2b66436582743d72baf3071825b910dd23;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 995916fc..7b8d3cad 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -28,7 +28,7 @@ if [ "$OS" != "Windows_NT" ]; then if [ -n "$IS_DARWIN" ]; then # case for mac os x. alias exp='open' - elif [ ! -z "$(which nautilus)" ]; then + elif [ ! -z "$(which nautilus 2>/dev/null)" ]; then # we prefer nautilus if available. alias exp='nautilus' else @@ -43,9 +43,7 @@ fi alias explorer=exp alias i=inventory alias l='perl $FEISTY_MEOW_SCRIPTS/files/summing_dir.pl' -alias ll='\ls -hFC $color_add' -alias ls='perl $FEISTY_MEOW_SCRIPTS/files/summing_dir.pl' -#='\ls -hFC $color_add' +alias ls='ls -HhFC $color_add' alias lsd='ls -hl' alias md='mkdir' alias more='less' @@ -94,7 +92,7 @@ alias reroot='chown -R root:root /root' # yes, these are really helpful... alias whoareyou='echo -e "Hello, I am a computer named $(hostname)\nand I'\''m very pleased to meet you."' alias whereami='echo whoa dude, try not to think about it...' -alias why='echo just because.' +alias why='echo We all wonder what the point of the universe is at times. If you figure it all out, please write us.' # done with loading up regular aliases now...