new fortune.
[feisty_meow.git] / scripts / core / common.alias
index 85c6e3dd4c514e69a2cc3a0079b912cc44424d95..7b8d3caddc02a0b6dfda48cb7a5b8065ba82d868 100644 (file)
@@ -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
@@ -41,8 +41,9 @@ 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 ls='ls -HhFC $color_add'
 alias lsd='ls -hl'
 alias md='mkdir'
 alias more='less'
@@ -89,8 +90,9 @@ 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.'
+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...
 
@@ -112,3 +114,8 @@ unalias fredme &>/dev/null
 
 ##############
 
+# set the sentinel variable that says this file was handled.
+export CORE_ALIASES_LOADED=true
+
+##############
+