shell-base/setup/root/.profile

10 lines
153 B
Bash

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