From: Silvio Rhatto Date: Sun, 27 Jan 2013 22:36:30 +0000 (-0200) Subject: Adding grep alias X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1e048d80a67f5a35902682e9f04ec80c5253c719;p=metadot.git Adding grep alias --- diff --git a/modules/profile/aliases b/modules/profile/aliases index 6d7ee20..5eca013 100644 --- a/modules/profile/aliases +++ b/modules/profile/aliases @@ -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`"