diff --git a/zsh/.zshrc b/zsh/.zshrc index ca1dfa8..0ed3c8f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -26,7 +26,5 @@ lfcd () { } bindkey -s '^o' 'lfcd\n' -# To customize prompt, run "p10k configure" or edit. -[[ ! -f ${(%)__p9k_cfg_path_u} ]] || source ${(%)__p9k_cfg_path_u} - -source $ZDOTDIR/.p10k.zsh +# To customize prompt, run "p10k configure" or edit $ZDOTDIR/.p10k.zsh +[[ ! -f $ZDOTDIR/.p10k.zsh ]] || source $ZDOTDIR/.p10k.zsh