oh-my-fish_theme-bobthefish/fish_title.fish

5 lines
144 B
Fish
Raw Normal View History

2013-09-18 06:17:15 +00:00
function fish_title
[ "$theme_title_display_process" = 'yes' ]; and echo $_ ' '
[ "$theme_title_display_path" != 'no' ]; and prompt_pwd
end