From dfbdaec17f5d19b28e7950efdaa2bc7f77e03fec Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sun, 12 Jun 2022 17:41:24 +0200 Subject: [PATCH] Update --- .zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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