summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 5b06839..1f9144f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -169,7 +169,8 @@ export SSH_AUTH_SOCK="$HOME/.gnupg/S.gpg-agent.ssh"
bindkey -M viins ' ' magic-space
setopt EXTENDED_GLOB
-HISTSIZE=100000000
+export HISTSIZE=100000000
+export SAVEHIST=$HISTSIZE
## startup
update_dotfiles