http://dalinaum-kr.tumblr.com/post/2986196227/hello-homebrew
여기보고 따라했는데 잘된다.
.bash_profile은 없으면 만들자.
/etc/.bash_profile
/$user/.bash_profile
순으로 적용된단다.
아래꺼는 내꺼 설정 앨리어스 (알리어스?)랑 패스설정해줬다.
적용은
user$ source ~/.bash_profile
해주면 됨!
요거는 리눅스시스템에서의 환경설정 파일 설명해놓은 링크
http://chanyi.egloos.com/4491641
여기보고 따라했는데 잘된다.
.bash_profile은 없으면 만들자.
/etc/.bash_profile
/$user/.bash_profile
순으로 적용된단다.
아래꺼는 내꺼 설정 앨리어스 (알리어스?)랑 패스설정해줬다.
#bash_profile
alias ll='ls -al'
alias ls='ls -vGF'
PATH=$PATH:$HOME/bin:/usr/local/bin:/usr/loca/sbin
적용은
user$ source ~/.bash_profile
해주면 됨!
요거는 리눅스시스템에서의 환경설정 파일 설명해놓은 링크
http://chanyi.egloos.com/4491641
'Mac' 카테고리의 다른 글
[vim] .vimrc 파일 없을때 (0) | 2011.11.12 |
---|