소스 검색

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