From f080b38e054656b46fc5045992a4edfcd16a3af2 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 25 Nov 2014 17:34:00 -0500 Subject: Keep working directory in terminal title --- .zsh/title.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/title.zsh') 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 -- cgit 1.4.1