From e71317aa1982691ee85eac49cce6bc8222c9db77 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 13 Oct 2015 14:08:30 -0700 Subject: [PATCH] Use a compact path in the title. See #11 --- fish_title.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_title.fish b/fish_title.fish index 938c83d..460cd6a 100644 --- a/fish_title.fish +++ b/fish_title.fish @@ -1,4 +1,4 @@ function fish_title [ "$theme_title_display_process" = 'yes' ]; and echo $_ ' ' - [ "$theme_title_display_path" != 'no' ]; and pwd + [ "$theme_title_display_path" != 'no' ]; and prompt_pwd end