do not resize font on remote
This commit is contained in:
parent
eed9f16fad
commit
8a99428a58
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue