boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - ubuntu 里 term的字的颜色怎么显示?
相关主题
How to change exe color in "ls" in ubuntu 12.04 ?
装windows文件的硬盘
不用安装的trash bin?
问一个 remote terminal 的Shell 问题
ubuntu无法上下箭头呼出历史命令
请问bashrc的设置term问题
ubuntu 8.10 真tmd烦,搞半天都没找到root
UBUNTU设置成开机自动登录安全么?
/root里都有些啥?
刚装了个ubuntu 10.10
相关话题的讨论汇总
话题: ls话题: alias话题: term话题: color话题: 颜色
进入Linux版参与讨论
1 (共1页)
m********r
发帖数: 811
1
比如以前文件和文件夹,LINK等的颜色是不同的,很容易区分。现在全是黑白的。。。
y*******g
发帖数: 6599
2
ls --color ?

比如以前文件和文件夹,LINK等的颜色是不同的,很容易区分。现在全是黑白的。。。

【在 m********r 的大作中提到】
: 比如以前文件和文件夹,LINK等的颜色是不同的,很容易区分。现在全是黑白的。。。
m********r
发帖数: 811
3
thanks.

【在 y*******g 的大作中提到】
: ls --color ?
:
: 比如以前文件和文件夹,LINK等的颜色是不同的,很容易区分。现在全是黑白的。。。

p****s
发帖数: 32405
4
you might want to put a alias to replace the original ls in your
config file...

【在 m********r 的大作中提到】
: thanks.
L******k
发帖数: 2945
5
i have this in .bashrc:
# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
eval "`dircolors -b`"
alias ls='ls --color=auto'
alias dir='ls --color=auto --format=vertical'
#alias vdir='ls --color=auto --format=long'
fi

【在 p****s 的大作中提到】
: you might want to put a alias to replace the original ls in your
: config file...

p****s
发帖数: 32405
6
你跑到这个版来干嘛? 叉出去!

【在 L******k 的大作中提到】
: i have this in .bashrc:
: # enable color support of ls and also add handy aliases
: if [ "$TERM" != "dumb" ]; then
: eval "`dircolors -b`"
: alias ls='ls --color=auto'
: alias dir='ls --color=auto --format=vertical'
: #alias vdir='ls --color=auto --format=long'
: fi

B*********s
发帖数: 292
7
maybe you are using sh. You can change it to bsh or ksh in the passwd file.
L******k
发帖数: 2945
8
考,我经常来这个版的
btw,你不是文科生么

【在 p****s 的大作中提到】
: 你跑到这个版来干嘛? 叉出去!
1 (共1页)
进入Linux版参与讨论
相关主题
刚装了个ubuntu 10.10
大家pidgin最近是不是qq连不上?
ubuntu为什么禁了root
su -l搞不定。
UBUNTU每次自动创立文件夹比较讨厌
【紧急求助】在ubuntu的root下操作失误导致数据丢失
screen里面的vi和不用screen的vi字体颜色不一样。
nook color gets ubuntu
how to change line color of "vi" after "set nu"
Enjoy! 分享一个自用的conkyrc
相关话题的讨论汇总
话题: ls话题: alias话题: term话题: color话题: 颜色