码迷,mamicode.com
首页 > 系统相关 > 详细

secureCRT/VIM 设置颜色相关 debian

时间:2017-10-09 14:49:21      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:终端   nbsp   设置   etc   tle   配置   linu   secure   click   

1. 先保证在linux的终端里看到颜色,配置~/.bashrc下面这些取消注释:

  1. # You may uncomment the following lines if you want `ls‘ to be colorized:
  2.  export LS_OPTIONS=‘--color=auto‘
  3.  eval "`dircolors`"
  4.  alias ls=‘ls $LS_OPTIONS‘
  5.  alias ll=‘ls $LS_OPTIONS -l‘
  6.  alias l=‘ls $LS_OPTIONS -lA‘  

注销重新登录即可

2.  secureCRT ->session options->terminal->emulation  terminal选择linux,后面勾选ANSI和color scheme ,在appearance中color scheme 中选择tranditional即可

3. vim里面没有颜色可以修改/etc/vim/vimrc 中的syntax on 打开即可

secureCRT/VIM 设置颜色相关 debian

标签:终端   nbsp   设置   etc   tle   配置   linu   secure   click   

原文地址:http://www.cnblogs.com/elyseezone/p/7640990.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!