Files

8 lines
132 B
Plaintext
Raw Permalink Normal View History

2026-07-29 03:36:26 +03:00
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi