Update '.zshrc'

This commit is contained in:
quackerd 2023-01-03 19:01:27 +00:00
parent a84c9973fb
commit d7807555e8

2
.zshrc
View File

@ -14,8 +14,8 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
fi
# load theme
POWERLEVEL9K_DISABLE_GITSTATUS=true
ozsh_load theme powerlevel10k "https://github.com/romkatv/powerlevel10k"
POWERLEVEL9K_DISABLE_GITSTATUS=true
# load plugins
ozsh_load plugin zsh-autosuggestions "https://github.com/zsh-users/zsh-autosuggestions"