ButterflyVenus 2012-02-17
进入终端模式 :
# sudo scutil --set HostName 新的主机名
要看彩色输出的ls、grep,加参数:
ls -G
grep --color
要看彩色的vim,启动后输入:
:syntax on
要固定效果的话改一下参数文件,正常用bash的这样改:
$ cd
$ echo "export CLICOLOR=1" >> .bash_profile
$ echo "alias grep='grep --color=auto'" >> .bash_profile
$ echo "syntax on" >> .vimrc
习惯用csh的这样改:
% echo "setenv CLICOLOR 1" >> .cshrc