iPhone/Mac
맥 .profile 설정
야이노마
2012. 9. 26. 10:49
터미널에서 vi ~/.profile |
## color
export TERM=xterm-color
export CLICOLOR=true
export LSCOLORS=ExFxCxDxBxegedabagacad
# alias
alias ls="ls -FGw"
alias ll="ls -l"
alias cl="clear"
☆ 필요한 기능만 추가해서 사용하세요.