summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.zsh/title.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/title.zsh b/.zsh/title.zsh
index 7f4d1bac..d1ad4c25 100644
--- a/.zsh/title.zsh
+++ b/.zsh/title.zsh
@@ -13,7 +13,7 @@ function title {
 }
 
 function _title_preexec {
-  [[ -z "$_title_custom" ]] && _title "$1"
+  [[ -z "$_title_custom" ]] && _title "$_title_host%1~: $1"
 }
 
 unset _title_host