Powerline bash 提示符在 tmux 中未着色

Powerline bash 提示符在 tmux 中未着色

bash/zsh 命令行提示符在 tmux 中不显示颜色,即使我设法让电源线本身工作(使用颜色)。

该提示在纯 bash/zsh 中运行良好。

我得到了正确的输出,只是颜色没有显示。

我有

set -g default-terminal "xterm-256color"

在我的.tmux.conf

另外,我有

"term_truecolor": "true"

将其更改为 false 并没有什么区别。

我通读了文档,看来设置

 additional_escapes to "tmux" or "screen"

应该有帮助。使用“tmux”,我得到了颜色,但也得到了提示中一些不需要的空格和]字符。

我还尝试设置“screen-256color”或使用 -2 选项运行 tmux。有任何想法吗?

相关内容