Skip to content

Commit

Permalink
move, don't copy
Browse files Browse the repository at this point in the history
  • Loading branch information
phunehehe committed Apr 13, 2012
1 parent 8cdaf85 commit 7b8ea46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/install.sh
Expand Up @@ -23,7 +23,7 @@ function copy_file {
fi

echo "Creating config file $target."
cp -r "$source_file" "$target"
mv "$source_file" "$target"
}


Expand Down

0 comments on commit 7b8ea46

Please sign in to comment.