mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
|
# ~/.profile: executed by Bourne-compatible login shells.
|
||
|
|
||
|
if [ -f ~/.bashrc ]; then
|
||
|
. ~/.bashrc
|
||
|
fi
|
||
|
|
||
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
|
||
|
export PATH
|
||
|
|
||
|
mesg n
|