1
0
Fork 0
base-files/share/dot.profile
Daniel Baumann 37889a2a3f
Adding upstream version 13.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-20 19:47:37 +02:00

7 lines
132 B
Text

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