diff --git a/Makefile b/Makefile index 8e683ab09..bd264eb8c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ install: - [ -f $(HOME)/.oh-my-zsh ] || ln -v -s $(PWD) $(HOME)/.oh-my-zsh + [ -d $(HOME)/.oh-my-zsh ] || ln -v -s $(PWD) $(HOME)/.oh-my-zsh [ -f $(HOME)/.zshrc ] || ln -v -s $(PWD)/templates/zshrc.zsh-template $(HOME)/.zshrc