mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Revert "merge"
This reverts commit5e8734bfd6, reversing changes made to7a41498b0d.
This commit is contained in:
parent
5e8734bfd6
commit
8b572a010d
26 changed files with 74 additions and 1300 deletions
6
lib/grep.zsh
Normal file
6
lib/grep.zsh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# Color grep results
|
||||
# Examples: http://rubyurl.com/ZXv
|
||||
#
|
||||
export GREP_OPTIONS='--color=auto'
|
||||
export GREP_COLOR='1;32'
|
||||
Loading…
Add table
Add a link
Reference in a new issue