This commit is contained in:
Tobias Maier
2022-06-12 17:41:24 +02:00
parent 0b0f5766f0
commit dfbdaec17f

6
.zshrc
View File

@@ -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