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

index f33006324457c7e35e355e28c8dc0ccafbcccdfb..460021488f3b142a90b53d81d85f636de067240a 100644 (file)
@@ -1,5 +1,6 @@
 # Generic aliases
 alias ls="ls --color=auto"
+alias ll="ls -l"
 alias kedpmc="kedpm -c"
 alias gvim="vim.gtk -g &> /dev/null"
 alias drush="php -d error_reporting=E_ALL^E_NOTICE `which drush`"