diff --git a/create.sh b/create.sh index eb32582..f82bef2 100755 --- a/create.sh +++ b/create.sh @@ -8,7 +8,7 @@ function create_link { then if [ ! -h $HOME/$1 ] then - mv $HOME/$1 $HOME/$1 + mv $HOME/$1 $HOME/$1.orig ln -s $HOME/dotfiles/$1 $HOME/$1 fi fi