diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index afb863a..01b1cb6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -122,7 +122,7 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs #ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]=fg=009 #ZSH_HIGHLIGHT_STYLES[assign]=none - [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. + [[ ! -f "$ZDOTDIR/p10k.zsh" ]] || source "$ZDOTDIR/p10k.zsh" # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # load fish-completion, needs to be sourced after syntax highlighting diff --git a/.p10k.zsh b/.config/zsh/p10k.zsh similarity index 100% rename from .p10k.zsh rename to .config/zsh/p10k.zsh