Use a compact path in the title.

See #11
pull/14/head
Justin Hileman 9 years ago
parent 13c35f3424
commit e71317aa19

@ -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

Loading…
Cancel
Save