浏览代码

Ignore the readme when linking.

Drew 13 年之前
父节点
当前提交
f3647d6fa0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install

+ 1 - 1
install

@@ -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