Files
base-files/share/dot.profile
Santiago Vila aaf254252d share/dot.profile: Do not use mesg anymore. Closes: #1088011.
share/dot.profile.md5sums: Add missing entry for version 11 and update for version 13.6.
2024-11-22 15:44:58 +01:00

8 lines
132 B
Plaintext

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