diff --git a/hybris.zsh b/hybris.zsh index 6a5824d..f855146 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -6,7 +6,7 @@ zstyle :omz:plugins:keychain options --quiet # bip at command end, resize font function precmd() { echo -n -e "\a" - /home/hybris/.scripts/term-fontsize + [ -n "${DISPLAY}" ] && /home/hybris/.scripts/term-fontsize } # do not share history between terms...