12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
|
# ~/.profile: executed by Bourne-compatible login shells.
|
||
|
|
||
|
if [ -f ~/.bashrc ]; then
|
||
|
. ~/.bashrc
|
||
|
fi
|
||
|
|
||
|
# path set by /etc/profile
|
||
|
# export PATH
|
||
|
|
||
|
# Might fail after "su - myuser" when /dev/tty* is not writable by "myuser".
|
||
|
mesg n 2>/dev/null
|