source: lab/trunk/.bash_profile @ 83

Last change on this file since 83 was 39, checked in by mitty, 14 years ago
  • rename bin/ to '.bin/'
    • only appear on 'ls -a'
File size: 146 bytes
RevLine 
[25]1# set PATH so it includes user's private bin if it exists
[39]2if [ -d "$HOME/.bin" ] ; then
3    PATH="$HOME/.bin:$PATH"
[25]4fi
[27]5
[26]6/usr/bin/screen -d -RR -U
Note: See TracBrowser for help on using the repository browser.