projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5735f9
)
Add /usr/sbin and /sbin to PATH in .bash_profile.
author
W. Trevor King
<wking@drexel.edu>
Wed, 30 Nov 2011 17:23:23 +0000
(12:23 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 30 Nov 2011 17:23:23 +0000
(12:23 -0500)
src/.bash_profile
patch
|
blob
|
history
diff --git
a/src/.bash_profile
b/src/.bash_profile
index 6fbb82214c1b68a7fc56d7d15d312ba53e9564e3..5c790a47edc0074f9325fc5bf1ae8a8c70217c31 100644
(file)
--- 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