OS X Terminal Colors [closed] [Mac] 터미널 컬러링을 위한 초기 설정 MAC 유저를 위한 alias 설정. Mac Bash Alias 설정 #.bash_profile if [ -f ~/.bashrc ]; then . ~/.bashrc fi #============================================================ # # ALIASES AND FUNCTIONS # Arguably, some functions defined here are quite big. # If you want to make this file smaller, these functions can #+ be converted into scripts and removed from..