From 3ef1dc46cf7962a38c7c73c063215709c108c7aa Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 29 Apr 2021 23:03:08 +0200 Subject: [PATCH] ... but only on Linux. --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 185f789..79eaf95 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -26,7 +26,7 @@ wd () { } # theme -if [ $DISPLAY ] ; then +if [ $DISPLAY ] || [ $(uname -s) = "Darwin" ]; then source $ZDOTDIR/p10k.zsh source $ZDOTDIR/modules/powerlevel10k/powerlevel10k.zsh-theme if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then