mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-23 00:17:59 +00:00
Added missing sbin directories in PATH.
This commit is contained in:
parent
e29049a4e3
commit
81789a06a2
@ -48,14 +48,11 @@ for path_file in /etc/manpaths.d/*(.N); do
|
||||
done
|
||||
|
||||
path=(
|
||||
$HOME/.tilde/bin
|
||||
$HOME/.tilde/opt/bin
|
||||
/usr/local/bin
|
||||
/usr/local/sbin
|
||||
/usr/bin
|
||||
/bin
|
||||
/usr/sbin
|
||||
/sbin
|
||||
$HOME/.tilde/{bin,sbin}
|
||||
$HOME/.tilde/opt/{bin,sbin}
|
||||
/usr/local/{bin,sbin}
|
||||
/usr/{bin,sbin}
|
||||
/{bin,sbin}
|
||||
)
|
||||
|
||||
for path_file in /etc/paths.d/*(.N); do
|
||||
|
Loading…
Reference in New Issue
Block a user