From d531a7ea6d64ec9a4f83752e35af55ef09452d77 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Wed, 20 Aug 2014 20:07:56 -0400 Subject: [PATCH] Fixed zsh config again... --- scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync.sh b/scripts/sync.sh index 9e03466..9846288 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -73,7 +73,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do ln -s ${PWD}/../git/gitconfig ~/.gitconfig ln -s ${PWD}/../shells/bashrc ~/.bashrc ln -s ${PWD}/../shells/zshrc ~/.zshrc - if [ ! -d "~/.oh-my-zsh" ] ; then + if [ -d "~/.oh-my-zsh" ] ; then curl -L http://install.ohmyz.sh | sh fi mkdir -p ~/.i3