]> gitweb.fluxo.info Git - rhatto/dotfiles.git/commitdiff
Adding ll alias (2)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Jan 2013 14:31:50 +0000 (12:31 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 14 Jan 2013 14:31:50 +0000 (12:31 -0200)
modules/profile/aliases

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