mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:46:40 +00:00
Reorder basic system paths slightly
This commit is contained in:
6
zshenv
6
zshenv
@@ -76,12 +76,12 @@ if [[ "$TMPDIR" == "/var/folders/"* ]] || [[ "$TMPDIR" == "" ]]; then
|
||||
fi
|
||||
|
||||
# Ensure basic systems paths are in desired order
|
||||
path_prepend "/sbin"
|
||||
path_prepend "/usr/sbin"
|
||||
path_prepend "/bin"
|
||||
path_prepend "/sbin"
|
||||
path_prepend "/usr/bin"
|
||||
path_prepend "/usr/local/sbin"
|
||||
path_prepend "/usr/sbin"
|
||||
path_prepend "/usr/local/bin"
|
||||
path_prepend "/usr/local/sbin"
|
||||
|
||||
# Add dotfiles' bin directory to PATH
|
||||
path_prepend "$DOTBIN"
|
||||
|
||||
Reference in New Issue
Block a user