From: Silvio Rhatto Date: Thu, 17 Jan 2013 18:10:50 +0000 (-0200) Subject: Adding -h to ll alias X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0fcb659b4491ed7744af02a786575df8bc98489f;p=metadot.git Adding -h to ll alias --- diff --git a/modules/profile/aliases b/modules/profile/aliases index cca0441..6d7ee20 100644 --- a/modules/profile/aliases +++ b/modules/profile/aliases @@ -1,6 +1,6 @@ # Generic aliases alias ls="ls --color=auto" -alias ll="ls --color=auto -l" +alias ll="ls --color=auto -lh" alias kedpmc="kedpm -c" alias gvim="vim.gtk -g &> /dev/null" alias drush="php -d error_reporting=E_ALL^E_NOTICE `which drush`"