diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b436ad9..1970fa9 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -4,8 +4,8 @@ setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. # History in cache directory: -HISTSIZE=10000 -SAVEHIST=10000 +HISTSIZE=1000000 +SAVEHIST=1000000 HISTFILE=~/.cache/history # Load aliases if existent.