Changeset 5650e43 in lab.git for TipAndDoc/.bash_profile


Ignore:
Timestamp:
Feb 16, 2011 10:09:22 AM (13 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
43a65ef
Parents:
17f388e
Message:

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@110 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/.bash_profile

    r8333ea0 r5650e43  
     1# add /usr/local/sbin, /usr/sbin, /sbin to $PATH 
     2echo $PATH | grep /usr/local/sbin 1> /dev/null 2> /dev/null 
     3if [ ! $? = 0 ]; then 
     4    PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH 
     5fi 
     6 
     7 
    18# set PATH so it includes user's private bin if it exists 
    29if [ -d "$HOME/.bin" ] ; then 
Note: See TracChangeset for help on using the changeset viewer.