We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800017b commit 719b13aCopy full SHA for 719b13a
profile
@@ -27,7 +27,7 @@ for pth in $(cat /etc/manpaths.d/._* /etc/manpaths /etc/manpaths.d/*); do
27
done 2>/dev/null
28
IFS="$_IFS"
29
30
-: ${PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin}
+: ${PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin}
31
: ${MANPATH=/usr/share/man:/usr/local/share/man}
32
export PATH MANPATH
33
0 commit comments