From 8e4256695e4b65b5db0b63e4a2ae94bbaa729214 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 30 Nov 2011 12:23:23 -0500 Subject: [PATCH] Add /usr/sbin and /sbin to PATH in .bash_profile. --- src/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.bash_profile b/src/.bash_profile index 6fbb822..5c790a4 100644 --- a/src/.bash_profile +++ b/src/.bash_profile @@ -2,7 +2,7 @@ # set PATH so it includes user's private bin if it exists if [ -d ~/bin ]; then - PATH=~/bin:"${PATH}" + PATH=~/bin:"${PATH}":/usr/sbin:/sbin fi # The following line runs your .bashrc and is recommended by the bash -- 2.26.2