]> gitweb.fluxo.info Git - metadot.git/commitdiff
Adding grep alias
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Jan 2013 22:36:30 +0000 (20:36 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 27 Jan 2013 22:36:30 +0000 (20:36 -0200)
modules/profile/aliases

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