Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 암치료
- cheatsheet
- 노이즈캔슬링
- 암치료법
- 꿀팁
- 블루투스
- 프랭클린
- 기사요약
- 신문기사
- 블루투스 버젼 차이
- 폐암
- Bash
- tmux
- git 환경설정
- GIT
- 나노로봇
- 펜벤다졸
- 가성비
- 조디펜스
- bluetooth 5.0
- 수면
- nano robot
- development
- CIMAvax
- 안드로이드
- mpow
- 오토메이션
- 쉘
- 명언
- 항암백신
Archives
- Today
- Total
MAN IN TECH
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"
'개발' 카테고리의 다른 글
Git 사용법 - Git 에 대한 기본지식과 Git 환경설정 (0) | 2019.10.31 |
---|