Skip to content

Commit

Permalink
Force rm ~/.vim so we don't get link to vim in our directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Costi committed Feb 4, 2012
1 parent 62b2664 commit c492a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Expand Up @@ -10,6 +10,7 @@ SETUP_DIR=$(dirname $ME)

files=( .ackrc .bashrc .irbrc .bash_aliases .screenrc .vimrc .vim .profile bin/make-tags-file .gitconfig .tmux.conf)
mkdir ~/bin
rm ~/.vim
for file in "${files[@]}"
do
# rm -vr ~/${file}
Expand Down

0 comments on commit c492a1e

Please sign in to comment.