lb-config/includes.chroot/root/.profile

14 lines
175 B
Bash

if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n || true
if [ -f ../tilde/tl-setup/setup_incomplete ]; then
cd ../tilde/tl-setup
./setup.sh
fi