aboutsummaryrefslogtreecommitdiff
path: root/env/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'env/.zshrc')
-rw-r--r--env/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/env/.zshrc b/env/.zshrc
index 72d49ee..89cbbca 100644
--- a/env/.zshrc
+++ b/env/.zshrc
@@ -4,10 +4,11 @@ bindkey -e
# History in cache directory:
export HISTSIZE=10000
-export SAVEHIST=
+export SAVEHIST=10000000
export HISTFILE=~/.cache/zsh/history
setopt HIST_IGNORE_ALL_DUPS
setopt INC_APPEND_HISTORY
+setopt SHARE_HISTORY
# Completion
autoload -U compinit