2006/09/22 - [OS/Linux] - VIMac OS X의 bash에 관해서 [mac os x] ls 결과를 색깔로 구분해서 표시하기 Add Color to the Terminal in Mac OS X MAC OSX 에서 profile, bash /etc/profile - bash와 sh shell의 시스템 전반에 관련된 설정 파일. /etc/bashrc - 사용자 생성시 복사되는 bashrc 기본 파일 ~/.profile - 새로운 터미널 창을 열 때처럼, 새로운 shell이 생성될 때 실행됨. ~/.bash_logout - shell에서 로그 아웃 할 때 실행됨. .profile # shell variables PS1="\n$PS1 " PS2=": " # environment variable..