oh-my-fish/themes/scorphish/fish_title.fish
Pablo Santiago Blum de Aguiar 17a807f5bf themes: add a new theme, scorphish
2015-05-02 23:37:33 -03:00

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