|
|
@@ -3,7 +3,7 @@
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
|
|
for i in $(ls "$DIR"); do
|
|
|
- if [ "$i" != "install" ] && [ "$i" != "UpdateVimPlugins" ]; then
|
|
|
+ if [ "$i" != "install" ] && [ "$i" != "UpdateVimPlugins" ] && [ "$i" != "README.md" ]; then
|
|
|
if [ -e "$HOME/.$i" ]; then
|
|
|
read -p "$HOME/.$i exists! Delete? [y/N] " -n 1 -r
|
|
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|