base-files/share/dot.profile
2023-05-07 21:14:13 +04:00

9 lines
161 B
Text

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