Files
base-files/share/dot.profile
Santiago Vila 4e62ac47b0 Version 13
2024-04-17 11:38:16 +02:00

10 lines
161 B
Plaintext

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