fish-shell/share/functions/fish_title.fish
2019-05-06 17:06:40 +02:00

6 lines
175 B
Fish

function fish_title
# emacs is basically the only term that can't handle it.
if not set -q INSIDE_EMACS
echo (status current-command) (__fish_pwd)
end
end