diff options
author | Tharre <tharre3@gmail.com> | 2017-04-01 00:37:15 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-04-01 00:37:15 +0200 |
commit | 7ab445fb32635eb2bee11d57b99866440e96bfb7 (patch) | |
tree | 15776245902322a02f77ca3e3272e33c13e38964 /.zshrc | |
parent | e1c90590177d3431dd118a105656b793ee010483 (diff) | |
download | dotfiles-7ab445fb32635eb2bee11d57b99866440e96bfb7.tar.gz dotfiles-7ab445fb32635eb2bee11d57b99866440e96bfb7.tar.xz dotfiles-7ab445fb32635eb2bee11d57b99866440e96bfb7.zip |
zsh: unlimited history, this time really
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |