base-files/base-files-not-yet/share/dot.profile
Ward from fusion-voyager-3 c599011a8e
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Failing after 5s
port to PikaOS 4
2024-07-24 16:41:05 +03: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