diff --git a/dotfiles/.profile b/dotfiles/.profile index 611e068..3b74c05 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -26,3 +26,4 @@ if [ -n "$DISPLAY" ]; then fi export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR:-/run/user/$(id -u)}/openssh_agent" +PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH"