1
0
Fork 0

do not resize font on remote

This commit is contained in:
Maurice Audin 2020-05-06 10:08:16 +02:00
parent eed9f16fad
commit 8a99428a58

View file

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