Skip to content

Commit

Permalink
Merge pull request #298 from wuast94/patch-1
Browse files Browse the repository at this point in the history
Fix Grep command
  • Loading branch information
unixorn authored Oct 31, 2024
2 parents 0d08310 + 5b71692 commit 50c3c7e
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 50c3c7e

Please sign in to comment.