891537f1ca
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gzip#acd220d425adb9f626284cb2e893c1bc9047a439
7 lines
220 B
Bash
7 lines
220 B
Bash
[ -f /usr/libexec/grepconf.sh ] || return
|
|
|
|
/usr/libexec/grepconf.sh -c || return
|
|
alias zgrep='zgrep --color=auto' 2>/dev/null
|
|
alias zfgrep='zfgrep --color=auto' 2>/dev/null
|
|
alias zegrep='zegrep --color=auto' 2>/dev/null
|