From 41e02c7bb1110e5d72b609b6d8eec6694d9b2768 Mon Sep 17 00:00:00 2001 From: maudin Date: Tue, 22 Sep 2020 18:00:32 +0200 Subject: [PATCH] temporary disable term-fontsize --- hybris.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybris.zsh b/hybris.zsh index 1d9d651..1a6e715 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" - [ -n "${DISPLAY}" ] && /home/hybris/.scripts/term-fontsize +# [ -n "${DISPLAY}" ] && /home/hybris/.scripts/term-fontsize } # do not share history between terms...