diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index 989c864..da76b5f 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -20,6 +20,9 @@ zstyle ':completion:*' rehash true # automatically zstyle ':completion:*' accept-exact '*(N)' zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path ~/.zsh/cache +HISTFILE=~/.zhistory +HISTSIZE=100000 +SAVEHIST=10000000 ####################################################################################################################################################