aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-08 10:32:15 +0200
committerHimbeer <himbeer@disroot.org>2024-05-08 10:32:15 +0200
commit8079bb25a3ceb56af701b492566194c586f5d053 (patch)
treed0f692fe503060fe81a0c761b126643acdb2d9f1
parent0665475caef7b4fdb7b9792b25006a75e9204064 (diff)
zsh: inc_append_history => share_history
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 599e12d..e97ce79 100644
--- a/zshrc
+++ b/zshrc
@@ -39,7 +39,7 @@ promptinit
setopt autocd
setopt appendhistory
-setopt inc_append_history
+setopt share_history
eval $(dircolors -b)