1
0
Fork 0

add hostname to lf tab title

This commit is contained in:
Luca Bilke 2022-08-07 12:54:57 +02:00
parent a66ef574bc
commit ffb11aad0f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ cmd git_branch ${{
cmd on-cd &{{ cmd on-cd &{{
DIR=$(echo $PWD | sed "s|$HOME|~|") DIR=$(echo $PWD | sed "s|$HOME|~|")
printf "\033]0;  $DIR\007" > /dev/tty printf "\033]0;$(hostname):  $DIR\007" > /dev/tty
}} }}
on-cd on-cd