oh-my-fish_theme-bobthefish/fish_title.fish
2015-10-13 14:20:29 -07:00

5 lines
144 B
Fish

function fish_title
[ "$theme_title_display_process" = 'yes' ]; and echo $_ ' '
[ "$theme_title_display_path" != 'no' ]; and prompt_pwd
end