Changeset df4fa7b in lab.git


Ignore:
Timestamp:
Jun 1, 2010 5:06:52 PM (14 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
dd21d69
Parents:
57d3e54
Message:
  • rename bin/ to '.bin/'
    • only appear on 'ls -a'

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

Files:
1 edited
5 moved

Legend:

Unmodified
Added
Removed
  • .bash_profile

    r766bb6a rdf4fa7b  
    11# set PATH so it includes user's private bin if it exists 
    2 if [ -d "$HOME/bin" ] ; then 
    3     PATH="$HOME/bin:$PATH" 
     2if [ -d "$HOME/.bin" ] ; then 
     3    PATH="$HOME/.bin:$PATH" 
    44fi 
    55 
Note: See TracChangeset for help on using the changeset viewer.