summaryrefslogtreecommitdiff
path: root/config/essentials
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-29 01:45:19 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-05-29 01:45:19 +0200
commitc9d472cceabb1b9612219ad77ced69e48ce9a0d7 (patch)
treef789d1ee8e0d8ca78f1f02c3cdeb3d7204291f51 /config/essentials
parent685e5a5090c830f2764d7bfb1fad01ef1b9b02e8 (diff)
fixed commands executing two times
Diffstat (limited to 'config/essentials')
-rw-r--r--config/essentials/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc
index d5d5465..8ba4ece 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 () {