Include the TERM in the fish title

This commit is contained in:
Tom Willemse 2020-04-15 00:39:40 -07:00
parent f339c6b237
commit 6aebd64c28

View file

@ -1,3 +1,8 @@
function fish_title
echo "$TERM:" (status current-command) ' '
pwd
end
function hc function hc
herbstclient $argv herbstclient $argv
end end