tasty changes to the inventory command, which now has that name instead of just 'i'.
[feisty_meow.git] / scripts / core / common.alias
index 85c6e3dd4c514e69a2cc3a0079b912cc44424d95..995916fcea09eb3c99c882eacfd33a01955b1d81 100644 (file)
@@ -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
+
+##############
+