diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 1c29b67..f65f14e 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -4,6 +4,8 @@ if type vim >/dev/null 2>&1; then fi # extend PATH variable +export PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH" + if [ -d "$HOME/bin" ]; then export PATH="$HOME/bin:$PATH" fi