add global alias for grep and less command

This commit is contained in:
Anatoliy Kovalchuk 2011-10-10 00:11:42 +03:00
commit 646a2fe783

View file

@ -22,3 +22,8 @@ alias sl=ls # often screw this up
alias afind='ack-grep -il'
# global aliases
alias -g G=' | grep '
alias -g L=' | less '