Skip to content

Commit 531d88f

Browse files
committed
profile: We don't need this initial path.
1 parent 30c68a8 commit 531d88f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

profile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ done 2>/dev/null
2424
: ${PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin}
2525
: ${MANPATH=/usr/share/man:/usr/local/share/man}
2626

27-
# Set the initial path
28-
if [ $EUID -eq 0 ] ; then
29-
pathappend /sbin:/usr/sbin
30-
unset HISTFILE
31-
fi
32-
3327
# Setup some environment variables.
3428
export HISTFILESIZE=4096
3529

0 commit comments

Comments
 (0)