1
0
Fork 0

temporary disable term-fontsize

This commit is contained in:
Maurice Audin 2020-09-22 18:00:32 +02:00
parent f570fd0f8a
commit 41e02c7bb1

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"
[ -n "${DISPLAY}" ] && /home/hybris/.scripts/term-fontsize # [ -n "${DISPLAY}" ] && /home/hybris/.scripts/term-fontsize
} }
# do not share history between terms... # do not share history between terms...