dreamsofcode-io / tmux

524 stars 97 forks source link

Window name remains after user context switch #6

Open cmonty14 opened 5 months ago

cmonty14 commented 5 months ago

Hi, I'm starting tmux with local user. The window name is "current/path".

However, after switching user context to root using command sudo -i, the window name is the same as before (for local user) and it's not adjusted to the directory of user root.

Can you please advise how to fix this?

THX