diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-18 23:28:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-18 23:28:29 +0200 |
commit | 55fc5130e6cd5650dd82e2955b4266eb92c33738 (patch) | |
tree | 5083eefeaeb1376fc62fb813d7ce84f29e0ccfc9 /config/essentials/zsh | |
parent | 28857028608755827414d332ad4587c8da3e3896 (diff) |
[zshrc] remove prompt expansion on wt_action
Diffstat (limited to 'config/essentials/zsh')
-rw-r--r-- | config/essentials/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index eeb4439..1260bb0 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -89,7 +89,7 @@ rehash_precmd() { # window title hooks add-zsh-hook -Uz precmd rehash_precmd set_wt_action () { - print -Pn "\e]0;$1\a\033[0m" + print -n "\e]0;$1\a\033[0m" } add-zsh-hook -Uz preexec set_wt_action set_wt () { |