Browse Source

set grep alias is very confusing so use gr

pull/1/head
10sr 12 years ago
parent
commit
c4508d18fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc View File

@@ -103,7 +103,7 @@ _timeformat_rfc2822="%a, %d %b %Y %T %z"


alias ls="ls -hCF${_coloroption}${_timeoption}" alias ls="ls -hCF${_coloroption}${_timeoption}"
# export GREP_OPTIONS="" # export GREP_OPTIONS=""
alias grep="grep -n${_coloroption}"
alias gr="grep -n${_coloroption}"
iswindows && alias grep="grep -n" iswindows && alias grep="grep -n"
# alias ll="ls -l" # alias ll="ls -l"
# alias la="ls -A" # alias la="ls -A"


Loading…
Cancel
Save