tmux 실행 후 bash에서 프롬프트 Color가 나타나지 않을 때
tmux not displaying bash prompt color 참고: https://techantidote.com/tmux-not-displaying-bash-prompt-colors/ bash shell 프롬프트에서 색상이 보이는데 tmux를 켜니 보이지 않았다. 해결 방법 .tmux.conf를 열고 vim ~/.tmux.conf 아래와 같이 추가 하자. set -g default-terminal "screen-256color"
2019.10.24