Fix p10k config loading

This commit is contained in:
Fabian Ising
2022-02-17 10:06:56 +01:00
parent 3a457db8e4
commit 3f271925e8

View File

@@ -86,5 +86,5 @@ ZLE_RPROMPT_INDENT=0
if test -f ~/dotfiles/zsh/.p10k.mac.zsh; then if test -f ~/dotfiles/zsh/.p10k.mac.zsh; then
source ~/dotfiles/zsh/.p10k.mac.zsh source ~/dotfiles/zsh/.p10k.mac.zsh
else else
[[ ! -f ~/dotfiles/zsh/.p10k.mac.zsh ]] || source ~/dotfiles/zsh/.p10k.mac.zsh [[ ! -f ~/dotfiles/zsh/.p10k.zsh ]] || source ~/dotfiles/zsh/.p10k.zsh
fi fi