From b8019bd6335a4e992c1586a70e016b15c50476c9 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Fri, 27 Jan 2012 04:41:05 -0500 Subject: [PATCH] update-omz does not require a ~/.omz-update file --- functions/update-omz | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/update-omz b/functions/update-omz index 86e1b065..8b57660e 100755 --- a/functions/update-omz +++ b/functions/update-omz @@ -14,7 +14,6 @@ zstyle -t ':omz:function:update-omz' auto-commit || local nocommit='--no-commit' if git pull $nocommit --strategy=recursive -X ours origin master; then zstyle -t ':omz:function:update-omz' color && printf "$FG[blue]" printf 'Hooray! oh-my-zsh is up-to-date :)' - touch ~/.omz-update else zstyle -t ':omz:function:update-omz' color && printf "$FG[red]" printf 'Oh no! There was an error updating oh-my-zsh :('