diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index da5216a..e169431 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -96,7 +96,7 @@ source $ZSH/oh-my-zsh.sh [ -f ~/.zshrc.local ] && source ~/.zshrc.local # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. -[[ ! -f ~/.dotfiles/.p10k.zsh ]] || source ~/.dotfiles/.p10k.zsh +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # this supposedly fixes the slow pasting into shell zstyle ':bracketed-paste-magic' active-widgets '.self-*'