Changeset 1241

Show
Ignore:
Timestamp:
11/12/06 14:49:19 (2 years ago)
Author:
jm3
Message:

profile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • config/.profile

    r1240 r1241  
    77alias vf="cd" 
    88alias gtar="tar" 
     9alias jm3="ssh jm3.net" 
     10alias fml="ssh feedmelinks.com" 
     11alias cb="ssh contentbomb.com" 
    912 
    1013export PATH=$PATH:/usr/local/bin:/usr/local/mysql/bin/:$HOME/bin 
     
    1316export RPROMPT="\W" 
    1417 
    15 if [ -f ~/public_html ]; then 
     18if [ -d ~/public_html ]; then 
    1619  cd ~/public_html 
    1720fi