Root should NEVER have . in the path.

This commit is contained in:
rgrimes 1994-09-22 08:32:39 +00:00
parent fe8f84dda3
commit 7d9763f39c

View File

@ -1,6 +1,6 @@
# $Id: dot.profile,v 1.5 1994/06/15 22:58:49 jkh Exp $
# $Id: dot.profile,v 1.6 1994/09/16 04:20:14 rgrimes Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:.
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
echo 'erase ^H, kill ^U, intr ^C'
stty crt erase ^H kill ^U intr ^C
export PATH