summaryrefslogtreecommitdiff
path: root/config/essentials/zsh
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-28 09:48:57 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-28 09:48:57 +0200
commit57eca0963003dfdb1cfe3d04ba984b682ed77a14 (patch)
treeed6738594cc8c5d21011a5be4b456d2064533dd5 /config/essentials/zsh
parent75d938f4d62e4dfd0c1c2f856d2cb30203d7d107 (diff)
use arrow instead of emoji
Diffstat (limited to 'config/essentials/zsh')
-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 f740824..26c2ff6 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 () {