Files
2026-07-16 10:16:30 +02:00

8 lines
132 B
Plaintext

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