Update '.zshrc'

This commit is contained in:
quackerd 2021-02-21 06:16:32 +00:00
parent 8f1b27eaf8
commit fff65677dd

7
.zshrc
View File

@ -14,6 +14,13 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# persist history
HISTFILE=$HOME/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory
# load theme
ozsh_load theme powerlevel10k