tasty changes to the inventory command, which now has that name instead of just 'i'.
[feisty_meow.git] / scripts / core / common.alias
index 5d2e67828e0dac1fe58950d695bef8d91d46c208..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'