问题描述
在Ubuntu 16.04下利用apt install terminator
安装Terminator后,其版本为0.98。而0.98版本的Terminator默认不支持256色,导致终端下无法显示很多颜色,看上去很难受。
解决方法
- 打开Terminator,在
Preferences
中选择Profiles
; - 在
Command
选项卡中,将Run a custom command instead of my shell
选中; - 在
Custom command
中输入TERM=xterm-256color bash -l
随后重启Terminator,便可以看到已经支持256色,终端里显示出了更多的颜色,来区分不同的项目了。