fix: No longer pollute env with GREP_OPTIONS

This commit is contained in:
Edwin Kofler 2023-01-30 21:00:39 -08:00
parent 73fbf8e08d
commit 82daeb7c94
No known key found for this signature in database
GPG key ID: A1E60C1F1A423B08

View file

@ -1,2 +1,2 @@
# reset environment variables that could interfere with normal usage
export GREP_OPTIONS=
unset -v GREP_OPTIONS