linuxOS_AP05/debian/test/usr/share/base-files/dot.profile
2025-09-26 09:40:02 +08:00

10 lines
148 B
Plaintext

# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n || true