点我进入博客
如下图,tmux 中颜色显示不全:
echo $TERM
输出的是 screen
但在 bash 里面输出的是 xterm-256 color
在 bash 里面输入:
touch ~/.tmux.conf
vim ~/.tmux.conf
set -g default-terminal "xterm-256color"
使之生效
source ~/.tmux.conf
再打开 tmux 现在显示正常
点我进入博客
如下图,tmux 中颜色显示不全:
echo $TERM
输出的是 screen
但在 bash 里面输出的是 xterm-256 color
在 bash 里面输入:
touch ~/.tmux.conf
vim ~/.tmux.conf
set -g default-terminal "xterm-256color"
使之生效
source ~/.tmux.conf
再打开 tmux 现在显示正常