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"
vim ~/.tmux.conf
아래와 같이 추가 하자.set -g default-terminal "screen-256color"
댓글
댓글 쓰기