securt默认安装好后只会显示粗体,不能带颜色。当我们远程连接我们linux系统的时候,是不会显示文件夹等等的颜色的,我们需要 进行以下 步骤去设置linux样式的显示: securecrt的控制台颜色设置: Options ->Session Options -> Terminal -> Emulation 中Terminal选择ANSI or linux or x
1、 dircolors -p > ~/.dircolors 2、 修改DIR对应项 RESET 0 # reset to "normal" color DIR 01;34 # directory <---我修改为01;37为白色 LINK 01;36 # symbolic link. (If you set this to 't