X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/33230b65afa1076218abff057d0bbcc7486af0a8..HEAD:/.zsh/zshrc/80-history diff --git a/.zsh/zshrc/80-history b/.zsh/zshrc/80-history index 11a174e..86621a0 100644 --- a/.zsh/zshrc/80-history +++ b/.zsh/zshrc/80-history @@ -9,7 +9,7 @@ # typeset -g on this one to make warn_create_global happy typeset -g HISTFILE=$ZVARDIR/history-$HOST -HISTSIZE=10000 +HISTSIZE=1000000 SAVEHIST=$HISTSIZE LISTMAX=1000