I am used to displaying my current path in the linux terminal window title when using rxvt with something like:
PS1="\[\033]0;\u@\h: \w\007\][${LOGNAME}@${HOSTNAME}] > "
from my .bashrc
I can't find a way to do that in byobu (with tmux) on centos. Does anyone have a clue on how to do that, or in the byobu status line?
Thanks