mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
4 lines
175 B
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 |