add '/usr/sbin' to path

This commit is contained in:
2012-10-16 08:06:44 +01:00
parent d02c2586d2
commit f549835f5a

View File

@@ -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"