10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
# ~/.profile: executed by Bourne-compatible login shells.
|
||
|
|
||
|
echo $USER .profile
|
||
|
|
||
|
if [ "$BASH" ]; then
|
||
|
if [ -f ~/.bashrc ]; then
|
||
|
. ~/.bashrc
|
||
|
fi
|
||
|
fi
|