##
# Read user's login
##
if (-r ${bash_initdir}/login.mine) then
  source ${bash_initdir}/login.mine
endif
