]> gitweb.fluxo.info Git - metadot.git/commitdiff
Adding -h to ll alias
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Jan 2013 18:10:50 +0000 (16:10 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 17 Jan 2013 18:10:50 +0000 (16:10 -0200)
modules/profile/aliases

index cca04417928a9d334041938353c9da020d6bffca..6d7ee207809ce5191d2b9231b9dcdbe07feb3704 100644 (file)
@@ -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`"