Make grep aliases more suited to my purposes
This commit is contained in:
parent
223f3c3b87
commit
82237a69f2
1 changed files with 1 additions and 3 deletions
4
.zshrc
4
.zshrc
|
@ -20,9 +20,7 @@ setopt appendhistory
|
|||
|
||||
alias ct="clear && task"
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias fgrep='fgrep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
alias grep='grep -EIs --color=auto --exclude-dir=.git'
|
||||
alias diff='diff --color=auto'
|
||||
|
||||
# Case-insensetive tab completion
|
||||
|
|
Loading…
Add table
Reference in a new issue