반응형
https://siyoon210.tistory.com/7
vi ~/.bashrc
parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' } export PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
추가
터미널 재실행
반응형
'DEVELOPMENT > SERVER(centos7)' 카테고리의 다른 글
you do not have the SUPER privilege 에러 처리 (0) | 2022.06.13 |
---|---|
centos8 http&https open port firewalld (0) | 2021.07.28 |
Centos8 flask express 설정하기 (0) | 2021.03.18 |
FLASK static 설정 (2) | 2020.08.11 |
centos 방화벽 설정 port 80 오픈 (4) | 2020.06.19 |
댓글