######################################################################
# Plamo Linux 桼ե륵ץ .bash_login
#                           Time-stamp: <2004-01-11 23:24:03 cyamauch>
#                           Time-stamp: <2009-07-09 12:24:10 tamuki>

. $HOME/.bashrc

# biff: ᡼뤬Ϥü˥åɽޤ
if [ -x /usr/bin/biff ] ; then
  if [ -w `tty` ] ; then
    biff y
  fi
fi

# fortune: äåɽޤ
if [ $SHLVL -eq 1 ] ; then
  if [ -x /usr/games/fortune ] ; then
    echo ; /usr/games/fortune ; echo
  fi
fi

# esd: ɥФưޤ
if [ $SHLVL -eq 1 ] ; then
  if [ -x /usr/bin/esdctl ] && ! esdctl serverinfo &> /dev/null ; then
    if [ -x /usr/bin/esd ] ; then
      ( setsid esd -r 48000 & ) &> /dev/null
    fi
  fi
fi
