Include the TERM in the fish title
This commit is contained in:
parent
f339c6b237
commit
6aebd64c28
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
function fish_title
|
||||
echo "$TERM:" (status current-command) ' '
|
||||
pwd
|
||||
end
|
||||
|
||||
function hc
|
||||
herbstclient $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue