
Linux를 사용하다보면 CLI에서 변수나 값등에 각각 색상이 입혀진다.
기본적으로 xterm을 사용하면 이러한 텍스트 컬러지정이 되는데 putty에서는 xterm을 해도 단색으로만 표시된다.
콘솔에서 보는 특정 텍스트에 color을 볼려면 xterm-256color TERM을 사용하면 된다.
2가지의 설정이 필요하다.
1. Settings > Windows > Colours > “Allow terminal to use xterm 256-colour mode” 체크박스 선택
2. Settings -> Connection > Data > Terminal-type : xterm-256color

