From f52bd39a522e76225b66d9c4a06abc37d24e4ef6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 21 May 2021 00:51:21 +0200 Subject: [PATCH] Prompt - X or no X. --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index ac21810..0b9ea6e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -29,7 +29,7 @@ wd () { fpath=($ZDOTDIR/modules/wd $fpath) # theme -if [ ! $_P9K_TTY = '/dev/tty.*' ]; then +if [ ! $_P9K_TTY = '/dev/tty.*' ] || [ -n $SSH_TTY ]; 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