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
971b071dc6
commit
6921a387f3
6 changed files with 130 additions and 2 deletions
8
custom/grep.zsh
Normal file
8
custom/grep.zsh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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