diff --git a/.zshrc b/.zshrc index 8d3a098..9104b1d 100644 --- a/.zshrc +++ b/.zshrc @@ -17,8 +17,10 @@ HYPHEN_INSENSITIVE="true" # Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) COMPLETION_WAITING_DOTS="true" -#plugins=(git zsh-autosuggestions zsh-syntax-highlighting) - +HISTFILE=~/.zsh_history +HISTSIZE=10000 +SAVEHIST=10000 +setopt appendhistory source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh