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