summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-04-01 00:37:15 +0200
committerTharre <tharre3@gmail.com>2017-04-01 00:37:15 +0200
commit7ab445fb32635eb2bee11d57b99866440e96bfb7 (patch)
tree15776245902322a02f77ca3e3272e33c13e38964 /.zshrc
parente1c90590177d3431dd118a105656b793ee010483 (diff)
downloaddotfiles-7ab445fb32635eb2bee11d57b99866440e96bfb7.tar.gz
dotfiles-7ab445fb32635eb2bee11d57b99866440e96bfb7.tar.xz
dotfiles-7ab445fb32635eb2bee11d57b99866440e96bfb7.zip
zsh: unlimited history, this time really
Diffstat (limited to '.zshrc')
-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