diff options
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ WORDCHARS='' HISTFILE=~/.zsh_history HISTSIZE=1000000 SAVEHIST=$HISTSIZE -setopt append_history share_history histignorealldups +setopt inc_append_history share_history histignorealldups source ~/.zsh/powerlevel10k/powerlevel10k.zsh-theme |