1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00
gbootroot/yard/replacements/root/.profile.debian
2001-11-08 05:56:42 +00:00

14 lines
237 B
Plaintext

# ~/.profile: executed by Bourne-compatible login shells.
#
# $Id$
# make_debian replacement
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