X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=995916fcea09eb3c99c882eacfd33a01955b1d81;hb=4d7f9a2b66436582743d72baf3071825b910dd23;hp=85c6e3dd4c514e69a2cc3a0079b912cc44424d95;hpb=557eff15b96aff10f66fbf51bbdda1b9149db84d;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 85c6e3dd..995916fc 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -41,8 +41,11 @@ else fi # 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' +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 lsd='ls -hl' alias md='mkdir' alias more='less' @@ -89,6 +92,7 @@ alias cputemp='acpi -t' # makes root user's home directory's permissions right. 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.' @@ -112,3 +116,8 @@ unalias fredme &>/dev/null ############## +# set the sentinel variable that says this file was handled. +export CORE_ALIASES_LOADED=true + +############## +