인터넷, 컴퓨터 꿀팁, 유용 프로그램

mac terminal bash color 스크립트

THINK_PRO 2015. 7. 22. 01:22

~/.bash_profile을 다음과 같이.


export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33m\]\w\[\033[m\]\$ "

export CLICOLOR=1

export LSCOLORS=ExFxBxDxCxegedabagacad

alias ls='ls -GFh'

export TERM=xterm-color



저작자표시 비영리 변경금지 (새창열림)