diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 10:28:39 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 10:28:48 +0200 |
commit | 329108701bc47209a2ba1899dd0d5120e7bda9ff (patch) | |
tree | 483e2338e044903c8869d9f495ada3945a72a87b /config/essentials | |
parent | 04fc9e0c6e9ad98bbe403ac75521fe800c437386 (diff) |
removed arrow from window title on command
Diffstat (limited to 'config/essentials')
-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 26c2ff6..b2cda54 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -80,7 +80,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" } add-zsh-hook -Uz preexec set_wt_action set_wt () { |