MAN IN TECH

tmux 실행 후 bash에서 프롬프트 Color가 나타나지 않을 때 본문

개발

tmux 실행 후 bash에서 프롬프트 Color가 나타나지 않을 때

쪼도사 2019. 10. 24. 12:27

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"

'개발' 카테고리의 다른 글

Git 사용법 - Git 에 대한 기본지식과 Git 환경설정  (0) 2019.10.31