From c4508d18fdd4fcc8506137820dac256c182ec8d3 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 10 Sep 2012 01:22:20 +0900 Subject: [PATCH] set grep alias is very confusing so use gr --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index a07dedc..fe19faf 100755 --- a/bashrc +++ b/bashrc @@ -103,7 +103,7 @@ _timeformat_rfc2822="%a, %d %b %Y %T %z" alias ls="ls -hCF${_coloroption}${_timeoption}" # export GREP_OPTIONS="" -alias grep="grep -n${_coloroption}" +alias gr="grep -n${_coloroption}" iswindows && alias grep="grep -n" # alias ll="ls -l" # alias la="ls -A"