mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Populated custom.
This commit is contained in:
parent
4f98c4dfaf
commit
8d935eede9
7 changed files with 127 additions and 5 deletions
7
custom/grep.zsh
Normal file
7
custom/grep.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
if [[ "$DISABLE_COLOR" != "true" ]]; then
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export GREP_COLOR='37;45'
|
||||
else
|
||||
export GREP_OPTIONS='--color=none'
|
||||
export GREP_COLOR=''
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue