aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-05-08 10:25:28 +0200
committerHimbeer <himbeer@disroot.org>2024-05-08 10:25:28 +0200
commit0665475caef7b4fdb7b9792b25006a75e9204064 (patch)
treea0d51b509c6a6c1700234a317b542e39452e3568
parente8179c7ebbd9ffa09b3d168fd785e23b7e0bae0e (diff)
zsh: setopt inc_append_history
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 0222c90..599e12d 100644
--- a/zshrc
+++ b/zshrc
@@ -39,6 +39,7 @@ promptinit
setopt autocd
setopt appendhistory
+setopt inc_append_history
eval $(dircolors -b)