1
0
Fork 0
base-files/share/dot.profile
Daniel Baumann 9bcc7c1392
Adding upstream version 13.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 09:49:07 +02:00

7 lines
132 B
Text

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