Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 451 Bytes

File metadata and controls

18 lines (15 loc) · 451 Bytes

git clone git://github.com/tetsuo692/dotfiles ~/.dotfiles
add following lines in .autotest:
  require File.dirname(__FILE__)+'/.dotfiles/rails/autotest'
add following lines in .bashrc:
  . ~/.dotfiles/bashrc
and this in .bash_profile
  if [ -f ~/.bashrc ];
    then
      source ~/.bashrc
  fi
- peepcode.com (https://peepcode.com/products/advanced-command-line)