mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added missing sbin directories in PATH.
This commit is contained in:
parent
e29049a4e3
commit
81789a06a2
1 changed files with 5 additions and 8 deletions
|
|
@ -48,14 +48,11 @@ for path_file in /etc/manpaths.d/*(.N); do
|
||||||
done
|
done
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
$HOME/.tilde/bin
|
$HOME/.tilde/{bin,sbin}
|
||||||
$HOME/.tilde/opt/bin
|
$HOME/.tilde/opt/{bin,sbin}
|
||||||
/usr/local/bin
|
/usr/local/{bin,sbin}
|
||||||
/usr/local/sbin
|
/usr/{bin,sbin}
|
||||||
/usr/bin
|
/{bin,sbin}
|
||||||
/bin
|
|
||||||
/usr/sbin
|
|
||||||
/sbin
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for path_file in /etc/paths.d/*(.N); do
|
for path_file in /etc/paths.d/*(.N); do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue