Update '.zshrc'
This commit is contained in:
parent
8f1b27eaf8
commit
fff65677dd
7
.zshrc
7
.zshrc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user