oh-my-fish/themes/scorphish/fish_title.fish

4 lines
175 B
Fish
Raw Normal View History

2015-05-02 10:40:33 +08:00
function fish_title
[ "$theme_display_virtualenv" = 'no' -o -z "$VIRTUAL_ENV" ]; and printf '%s %s' $_ (pwd); and return
printf '%s %s' (basename "$VIRTUAL_ENV") (pwd)
end