summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-04 21:01:41 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-04 21:01:41 -0700
commit9884f13a5f0e072f3801838c5bd05886c52ed8c1 (patch)
treeb3462bb41b096b97d53e020e30057545da8be7b9
parentcbeb213f97885b95df99a5836eab49c4ad933c5c (diff)
history isolation now seems to be deprecated
-rw-r--r--resources/nushell/config.nu2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/nushell/config.nu b/resources/nushell/config.nu
index 131226e..2caf18b 100644
--- a/resources/nushell/config.nu
+++ b/resources/nushell/config.nu
@@ -266,7 +266,7 @@ $env.config = {
max_size: 10000 # Session has to be reloaded for this to take effect
sync_on_enter: true # Enable to share history between multiple sessions, else you have to close the session to write history to file
file_format: "plaintext" # "sqlite" or "plaintext"
- history_isolation: true # true enables history isolation, false disables it. true will allow the history to be isolated to the current session. false will allow the history to be shared across all sessions.
+ # history_isolation: true # true enables history isolation, false disables it. true will allow the history to be isolated to the current session. false will allow the history to be shared across all sessions.
}
completions: {
case_sensitive: false # set to true to enable case-sensitive completions