From cb28d1947091a8ec64cf59c22d3deb5c47eb6e65 Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Mon, 7 Jul 2014 10:30:14 +0200 Subject: [PATCH] Task `make link` now overwrites the symlink in case it already exists --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2fa1b18..3801b59 100644 --- a/makefile +++ b/makefile @@ -4,4 +4,4 @@ install: # Symlinks the theme for easier development link: - ln -s `pwd`/bullet-train.zsh-theme ~/.oh-my-zsh/themes/ + ln -sF `pwd`/bullet-train.zsh-theme ~/.oh-my-zsh/themes/