ensure terminal is correct size on every command

This commit is contained in:
2025-12-08 09:08:30 -05:00
parent a910f2fc66
commit 8acfb8885c

View File

@@ -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