mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-07-24 19:00:05 +00:00
10 lines
161 B
Plaintext
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
|