get dot out of root's path.

This commit is contained in:
cgd 1994-12-24 12:48:01 +00:00
parent b35dc8dfe1
commit 0332985c6c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
alias mail Mail
set history=1000
set path=(/sbin /usr/sbin /bin /usr/bin .)
set path=(/sbin /usr/sbin /bin /usr/bin)
# directory stuff: cdpath/cd/back
set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})

View File

@ -1,4 +1,4 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin:.
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
HOME=/root
export HOME