summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-09-04 13:49:43 -0400
committerDan Davison <dandavison7@gmail.com>2020-09-04 13:49:43 -0400
commit6912b4df9507ca43fdcacbaf4b9e07fdb6a26646 (patch)
treebc5e293706d26c2158894b7f2cacd09d5c8fa699
parentece56bdffcc3b37694bbc9654712025d72043d0e (diff)
README tweak
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cfe2f74..16190a6d 100644
--- a/README.md
+++ b/README.md
@@ -394,7 +394,7 @@ The recommended way to use `navigate` is to activate it only when needed, for ex
DELTA_NAVIGATE=1 git diff
```
-Please note that if the environment variable is set to _anything at all_ (even `"false"` or `"0"` or `""`) then that is interpreted as true: to deactivate it you must unset the environment variable (e.g. using `unset DELTA_NAVIGATE`).
+Please note that if the environment variable is set to _anything at all_ (even `"false"` or `"0"` or `""`) then that is interpreted as true. The above command sets the environment variable in the child process only, so it has no permanent effect on your shell session. But if, for whatever reason, you do have it set in your shell environment then to deactivate it you must _unset_ the environment variable (e.g. using `unset DELTA_NAVIGATE`). You cannot deactivate it by assigning a value to it.
An alternative is to mutate your git config file from the command line: