Shell 如何使tcsh外壳标题显示当前目录的完整路径?

Shell 如何使tcsh外壳标题显示当前目录的完整路径?,shell,tmux,tcsh,Shell,Tmux,Tcsh,如何使tcsh外壳标题显示当前目录的完整路径 我现在的konsole看起来像: [user@shell curr_dir]$ 我希望它看起来像: [user@shell absolute path to curr_dir]$ 我使用tmux,有人能建议如何在tmux状态栏中显示当前目录的完整路径吗 > cd /etc/defaults > set prompt = "%n@ %/ % " user@/etc/defaults % tmux更复杂,因为窗格状态不会在事件中刷新,除

如何使tcsh外壳标题显示当前目录的完整路径

我现在的konsole看起来像:

[user@shell curr_dir]$
我希望它看起来像:

[user@shell absolute path to curr_dir]$
我使用tmux,有人能建议如何在tmux状态栏中显示当前目录的完整路径吗

> cd /etc/defaults
> set prompt = "%n@ %/ % "
user@/etc/defaults %
tmux
更复杂,因为窗格状态不会在事件中刷新,除非您将其配置为刷新。有关如何处理此任务的提示,请参阅