# ---- language-env DON'T MODIFY THIS LINE!
# .bash_profile ϡ˼¹Ԥ롣
if [ -e ~/.bashrc ]
then
  # Ǥ .bash_profile  .bashrc ¹ԤƤ顢
  # ʣŤƤϼ¹Ԥʤ
  if [ -z "$BASHRC_DONE" ]
  then
    . ~/.bashrc
  fi
fi
# ---- language-env end DON'T MODIFY THIS LINE!
