From: Silvio Rhatto Date: Mon, 14 Jan 2013 14:31:50 +0000 (-0200) Subject: Adding ll alias (2) X-Git-Tag: 0.1~432 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6407d3de6c04d6afdbdf5842662bba9aebe0edfb;p=rhatto%2Fdotfiles.git Adding ll alias (2) --- diff --git a/modules/profile/aliases b/modules/profile/aliases index 4600214..cca0441 100644 --- a/modules/profile/aliases +++ b/modules/profile/aliases @@ -1,6 +1,6 @@ # Generic aliases alias ls="ls --color=auto" -alias ll="ls -l" +alias ll="ls --color=auto -l" alias kedpmc="kedpm -c" alias gvim="vim.gtk -g &> /dev/null" alias drush="php -d error_reporting=E_ALL^E_NOTICE `which drush`"