Skip to content

Commit 5b71692

Browse files
authored
Fix Grep command
fixes #296
1 parent 0d08310 commit 5b71692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh/.zsh_aliases

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ alias zh="fc -l -d -D"
122122
# My typical tyops.
123123
alias gerp='grep'
124124
alias grep-i='grep -i'
125-
alias grep='GREP_COLOR="1;37;41" LANG=C grep --color=auto'
125+
alias grep='GREP_COLORS="1;37;41" LANG=C grep --color=auto'
126126
alias grepi='grep -i'
127127
alias knfie='knife'
128128
alias maek='make'

0 commit comments

Comments
 (0)