summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8/larch0/profiles/oldprofiles/xmini/rootoverlay/root/.bash_profile
blob: 7a30be67a1231f214b9879a3f4e0455f2f7e1cb7 (plain)
1
2
3
4
5
6
7
8
9
. $HOME/.bashrc

#*#+schlim+#*#
if [[ ! -f /tmp/_nox_ ]] && [[ "${XRUN}" == "y" ]]; then
    unset XRUN
    echo Starting 'schlim' login manager
    exec /opt/schlim/xlogin.py
fi
#*#-schlim-#*#