From 9a93eef13febbb50c3e09014b45ffe312ffd0c78 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 30 Oct 2014 10:37:09 +0300 Subject: [PATCH] .bashrc: Add homebrew's sbin to PATH Some stuff, like mtr, is in sbin instead of bin. Signed-off-by: Alan Orth --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 69723ab..f87d875 100644 --- a/.bashrc +++ b/.bashrc @@ -7,7 +7,7 @@ # OS-specific things if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then - PATH=$(brew --prefix coreutils)/libexec/gnubin:$PATH + PATH=$(brew --prefix coreutils)/libexec/gnubin:/usr/local/sbin:$PATH if [[ -f $(brew --prefix)/etc/bash_completion ]]; then . $(brew --prefix)/etc/bash_completion