Skip to content

Commit

Permalink
Fix Grep command
Browse files Browse the repository at this point in the history
fixes #296
  • Loading branch information
wuast94 authored Oct 28, 2024
1 parent 0d08310 commit 5b71692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zsh_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ alias zh="fc -l -d -D"
# My typical tyops.
alias gerp='grep'
alias grep-i='grep -i'
alias grep='GREP_COLOR="1;37;41" LANG=C grep --color=auto'
alias grep='GREP_COLORS="1;37;41" LANG=C grep --color=auto'
alias grepi='grep -i'
alias knfie='knife'
alias maek='make'
Expand Down

0 comments on commit 5b71692

Please sign in to comment.