diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 00:31:24 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 00:31:24 +0200 |
commit | 2e9c5c77562d5aabc1b1f89641fc9eb75b3c9292 (patch) | |
tree | 34ec305425c8a062224ebb975f1019ef52da7e33 /config/essentials/zsh/.zshrc | |
parent | f4fcf0a66c6d427767d6ea71a64e710964e7570c (diff) |
[zshrc] fixed highlight bug
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-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 769c805..eeb4439 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' + print -Pn "\e]0;$1\a\033[0m" } add-zsh-hook -Uz preexec set_wt_action set_wt () { |