From c52606374d503d09e5e60549b00c1dd609423197 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 15 Nov 2019 13:10:17 +0100 Subject: [PATCH] updated stuff --- zsh/.zshrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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