首页 > TAG信息列表 > dircolors
改变ubutun 默认配色
1 dircolors -p > .dircolors 将配置写入配置文件 2 修改配色 方式1:直接下载有的配色 git clone https://github.com/seebi/dircolors-solarized.git 然后把dircolors.256dark 里面的内容复制到 .dircolors 中 重Linux修改文件夹以及文件的颜色
服务器中的文件都是一个颜色的,看起来很费劲,想让文件夹和文件显示成不同的颜色,便于区分。 一、配置文件 执行语句:dircolors -p > ~/.dircolors 二、修改文件 执行语句:vim ~/.dircolors 找到 DIR 01;34,将34改成自己想要的颜色即可; 执行语句:vim ~/.bashrc 按键盘上的insert切换Ubuntu TTY 字体大小 目录颜色 中文乱码 设置
TTY有很多不舒服的地方,没有中文 目录是深蓝色的看不清楚 字太小. 通过设置让终端更舒服一些. 进入TTY 从桌面进入TTY: 按`Ctrl+Alt+F[1-9] 有的版本图形界面在F7和F8,有的版本图形界面在F1和F2.所以就按个F3吧. 设置字体大小 sudo dpkg-reconfigure console-setup 进去之后选一个tools: bash color
https://www.zhihu.com/question/20110072 https://github.com/altercation/solarized https://github.com/seebi/dircolors-solarized 1398 cd dircolors-solarized/ 1399 ls 1400 cp dircolors.* ~/.dircolors/ -r 1401 ls ~/.dircolors/ 1402 cd 1403 l