我怎样才能不使用 statusrc 配置来覆盖 Byobu 的发行版徽标?

我怎样才能不使用 statusrc 配置来覆盖 Byobu 的发行版徽标?

我无法覆盖实际发行版的默认徽标。我遵循了手册页说明但它一点都没变。它看起来仍然像这个答案

我是否遗漏了什么?

我正在使用 Byobu 5.106(带有 tmux:2.1)和 fish shell 2.3.1。

答案1

~/.byobu/statusrc您可以在或处设置日志的文本/usr/share/byobu/status/statusrc

后者将作为所有用户的默认设置。

我可以通过这个将默认徽标更改为"U "

# Default: depends on the distro (which is either auto-detected, either set
# via $DISTRO)
#LOGO="\o/"
LOGO="U "

设置""不起作用,但" "可以改用。

相关内容