mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
fix: No longer pollute env with GREP_OPTIONS
This commit is contained in:
parent
73fbf8e08d
commit
82daeb7c94
|
|
@ -1,2 +1,2 @@
|
||||||
# reset environment variables that could interfere with normal usage
|
# reset environment variables that could interfere with normal usage
|
||||||
export GREP_OPTIONS=
|
unset -v GREP_OPTIONS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue