[fish] Show the terminal name in the title

This commit is contained in:
Tom Willemse 2021-10-21 23:58:46 -07:00
parent f5896ccc12
commit 0e65cd9d6e

View file

@ -1,4 +1,5 @@
function fish_title
echo "$TERM:" (status current-command) ' '
prompt_pwd
end