- Timestamp:
- Feb 16, 2011 10:09:22 AM (14 years ago)
- Branches:
- master, trunk
- Children:
- 43a65ef
- Parents:
- 17f388e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TipAndDoc/.bash_profile
r8333ea0 r5650e43 1 # add /usr/local/sbin, /usr/sbin, /sbin to $PATH 2 echo $PATH | grep /usr/local/sbin 1> /dev/null 2> /dev/null 3 if [ ! $? = 0 ]; then 4 PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH 5 fi 6 7 1 8 # set PATH so it includes user's private bin if it exists 2 9 if [ -d "$HOME/.bin" ] ; then
Note: See TracChangeset
for help on using the changeset viewer.