网站开发工具介绍,做网站宣传,模板建站优点,潍坊网站建设工作点我进入博客 如下图#xff0c;tmux 中颜色显示不全:
echo $TERM输出的是 screen 但在 bash 里面输出的是 xterm-256 color
在 bash 里面输入#xff1a;
touch ~/.tmux.conf
vim ~/.tmux.conf
set -g default-terminal xterm-256color使之生效
source …点我进入博客 如下图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 现在显示正常