Use a compact path in the title.

See #11
This commit is contained in:
Justin Hileman 2015-10-13 14:08:30 -07:00
parent 13c35f3424
commit e71317aa19

View File

@ -1,4 +1,4 @@
function fish_title function fish_title
[ "$theme_title_display_process" = 'yes' ]; and echo $_ ' ' [ "$theme_title_display_process" = 'yes' ]; and echo $_ ' '
[ "$theme_title_display_path" != 'no' ]; and pwd [ "$theme_title_display_path" != 'no' ]; and prompt_pwd
end end