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