시그윈에서
alias ls = 'ls -F --show-control-char --color=tty'
해두시면 컬러도 나오고 한글도 제대로 출력 됩니다.
그리고 vi에서 컬러는
cp /usr/share/vim/vim60/vimrc_example.vim /usr/share/vim/vimrc
이렇게 하시면 됩니다.
그럼..
: 앗! 좋군요....
:
: 아~ 멋지네요
:
: ㅋㅋ 혹시 ls 랑 vi에서 color로 나오게 하는거 아세요?
:
: 전에 했었는데 기억이 안나네요
:
: : cygwin 에서 한글이 안써져서 고심(?)하던중에...
: : www.cygwin.com 의 FAQ 에 답이 있더군요...
: : ~/.inputrc 하나 만드셔서
: :
: : set meta-flag on
: : set convert-meta off
: : set output-meta on
: :
: : 이렇게 세줄 넣으시면 됩니다.
: : 밑에는 그 메뉴얼 원문 입니다.
: :
: : 아.. 참고로 ls 에서 한글 보기는
: : alias ls= 'ls --show-control-chars'
: : 이렇게 지정하시면 됩니다.
: :
: : --
: :
: : Why don't international (8-bit) characters work?
: : Before you can type international characters (e隘) in bash, you
must
: : add the following lines to your ~/.inputrc file:
: :
: : set meta-flag on
: : set convert-meta off
: : set output-meta on
: :
: : These are options to the readline library, which you can read
about in
: : the bash(1) man page.
: :
: : --
: : 서명..
a
:
: --
: sign--서명..
a