From 6aebd64c282567a00a220f7a771f449b0f9aa1e1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 Apr 2020 00:39:40 -0700 Subject: Include the TERM in the fish title --- fish/.config/fish/config.fish | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fish/.config') diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index f541fbb..ef950de 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,3 +1,8 @@ +function fish_title + echo "$TERM:" (status current-command) ' ' + pwd +end + function hc herbstclient $argv end -- cgit v1.2.3-54-g00ecf