projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bc46f60
)
GREP_OPTIONS is deprecated, use an alias
author
Joerg Jaspert
<joerg@debian.org>
Thu, 8 Sep 2016 20:38:16 +0000
(22:38 +0200)
committer
Joerg Jaspert
<joerg@debian.org>
Thu, 8 Sep 2016 20:38:16 +0000
(22:38 +0200)
.zsh/10_Environment.zsh
patch
|
blob
|
history
diff --git
a/.zsh/10_Environment.zsh
b/.zsh/10_Environment.zsh
index
4fddcab
..
9ebd0c0
100644
(file)
--- a/
.zsh/10_Environment.zsh
+++ b/
.zsh/10_Environment.zsh
@@
-48,7
+48,7
@@
NULLCMD=${PAGER}
if [[ ${COLORS} == "true" ]]; then
# grep with colors
if [[ ${COLORS} == "true" ]]; then
# grep with colors
-
export GREP_OPTIONS='
--color=auto'
+
alias grep='grep
--color=auto'
if zstyle -T ':ganneff:config' solarizedls; then
# solarized ls colors
if zstyle -T ':ganneff:config' solarizedls; then
# solarized ls colors