mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
add '/usr/sbin' to path
This commit is contained in:
@@ -19,6 +19,9 @@ export ANDROID_SDK_ROOT="/usr/local/Cellar/android-sdk/r20.0.1"
|
||||
# ensure bin and sbin paths from /usr/local are in PATH
|
||||
path_add_after "/usr/local/sbin" "/usr/local/bin"
|
||||
|
||||
# ensure bin and sbin paths from /usr are in PATH
|
||||
path_add_after "/usr/sbin" "/usr/bin"
|
||||
|
||||
# Add user's bin directory to PATH
|
||||
path_prepend "$HOME/bin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user