[Shell] .bash_profile 기본 복붙.
ITWeb/개발일반 2017. 9. 28. 11:02귀찮을때 복붙.
# .bash_profile
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
PATH=$HOME/bin:$PATH
export PATH
[Shell] .bash_profile 기본 복붙.ITWeb/개발일반 2017. 9. 28. 11:02귀찮을때 복붙. # .bash_profile if [ -f ~/.bashrc ]; then source ~/.bashrc fi PATH=$HOME/bin:$PATH export PATH |