Mac에서 터미널 스타일 수정하기
맥 터미널 꾸미기
방법
- terminal -> 환경설정
- vi ~/.bash_profile에서 파일 수정
# terminal custom
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
파일 수정이 제대로 안되서 1번 방법으로 해결함
댓글
댓글 쓰기