Changeset df4fa7b in lab.git for .bash_profile
- Timestamp:
- Jun 1, 2010 5:06:52 PM (14 years ago)
- Branches:
- master, trunk
- Children:
- dd21d69
- Parents:
- 57d3e54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.bash_profile
r766bb6a rdf4fa7b 1 1 # set PATH so it includes user's private bin if it exists 2 if [ -d "$HOME/ bin" ] ; then3 PATH="$HOME/ bin:$PATH"2 if [ -d "$HOME/.bin" ] ; then 3 PATH="$HOME/.bin:$PATH" 4 4 fi 5 5
Note: See TracChangeset
for help on using the changeset viewer.