1. 먼저 터미널의 환경설정파일로 들어갑니다.
> sudo vi ~/.bash_profile
2. 만약 이런 파일이 없다면 새로 만드시면 되고, 있으시면 그 아래에 다음과 같은 내용물을 추가하면 됩니다.
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
참고 : https://ljs93kr.tistory.com/53