Changeset 1196

Show
Ignore:
Timestamp:
10/30/06 14:42:59 (2 years ago)
Author:
jm3
Message:

vim configs, profile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • config/.profile

    r1194 r1196  
    33alias z="vim $HOME/.profile" 
    44alias sz="source $HOME/.profile" 
     5alias ls="ls -FG" 
     6 
     7if [ -f ~/public_html ]; then 
     8  cd ~/public_html 
     9fi 
     10 
     11clear