Sfoglia il codice sorgente

set grep alias is very confusing so use gr

pull/1/head
10sr 12 anni fa
parent
commit
c4508d18fd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Vedi File

@@ -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"


Caricamento…
Annulla
Salva