base-files/basefiles/share/dot.profile

10 lines
161 B
Plaintext
Raw Normal View History

2023-02-23 21:00:49 +01:00
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n 2> /dev/null || true