You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/themes/scorphish/fish_title.fish

4 lines
175 B
Fish

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