From 8acfb8885c81cf295942e477e6b2a15731c8e17a Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 8 Dec 2025 09:08:30 -0500 Subject: [PATCH] ensure terminal is correct size on every command --- dot_config/zsh/dot_zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index b000c65..78f7cf3 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -21,7 +21,8 @@ compinit -d "$XDG_CACHE_HOME"/zsh/zcompdump-"$ZSH_VERSION" # for shell integration precmd() { - print -Pn "\e]133;A\e\\" + print -Pn "\e]133;A\e\\" + eval `/usr/bin/resize` } # prompt configuration