summaryrefslogtreecommitdiff
path: root/config/root-.profile
blob: 5bfd983388fdd73989ab87245c2f5b75f8d524b2 (plain)
1
2
3
4
5
6
7
# Execute the user's .root_profile file if it exists rather than this one.

if [ $USER && $USER != root ]; then
  . ~USER/.root_profile
else
  export PATH=/sbin:/bin:/local/bin
fi