diff --git a/install.sh b/install.sh index f965296..a96ad71 100755 --- a/install.sh +++ b/install.sh @@ -50,7 +50,4 @@ git_prompt=$dotfiles/git-prompt.sh [[ ! -e $HOME/.editorconfig ]] && ln -s $editorconfig $HOME/.editorconfig \ || echo ".editorconfig already exists..." -[[ ! -e $HOME/.git-prompt.sh ]] && ln -s $git_prompr $HOME/.git-prompt.sh \ - || echo ".git-prompt already exists..." - echo "Done"