2007年11月8日

Cygwin 中文顯示及color 設定

http://eason982.blogspot.com/2007/11/cygwin-color.html
1) ~/.inputrc
取消註解以下幾行:
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on

2) ~/.bashrc
加入以下資料:
alias ls='ls -hF --show-control-chars --color=tty'

=>要立即生效, 下command
source .inputrc 及 source .bashrc

沒有留言: