~/.profile

Jmnote (토론 | 기여)님의 2015년 9월 22일 (화) 16:16 판
/root/.profile
.profile

1 내용

Bash
Copy
# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi

mesg n

2 같이 보기