Browse Source

fix setup script

Tom 12 years ago
parent
commit
1fe769af6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.sh

+ 2 - 2
setup.sh

@@ -2,5 +2,5 @@
 git config --global user.email "tom@chillidonut.com"
 
 # symlink bash files (no delete)
-ln -s .bashrc ../.bashrc
-ln -s .bash_history ../.bash_history
+ln -s dotfiles/.bashrc ~/.bashrc
+ln -s dotfiles/.bash_logout ~/.bash_logout