From: Chris Koeritz Date: Fri, 10 Apr 2015 15:58:58 +0000 (-0400) Subject: new arrangement where ls is vanilla version (plus colors actually), but then 'l'... X-Git-Tag: 2.140.90~668 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=23e87ba6e33b04a5920ee81a77df9898896ff2b1;p=feisty_meow.git new arrangement where ls is vanilla version (plus colors actually), but then 'l' and 'dir' are aliases to the summing dir. this seems more natural and allows me a way to still get to the basic ls functionality. --- diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 995916fc..569eae1d 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -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'