2
我希望我的窗口標題欄顯示我的PWD。在我.bashrc
我有這個,這似乎做的伎倆爲擊:
# If this is an xterm set the title to [email protected]:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\[email protected]\h: \w\a\]$PS1"
;;
*)
;;
esac
然而,當我使用TMUX,窗口顯示我瀏覽到內的,無論我推出TMUX,而不是當前目錄目錄TMUX。
下面我在~
的地方推出了Tmux,然後導航到~/Downloads
。標題欄仍顯示~
。在它後面是一個窗口,我只用Bash導航到~/Downloads
;它說明了什麼我想:
這件事情我已經嘗試過,沒有工作:
- Putty Dynamic Title (with $PWD)
- https://superuser.com/questions/249293/rename-tmux-window-name-to-prompt-command-ps1-or-remote-ssh-hostname