From deb032d849896471a32725ddeeafa3ff9b8ae92a Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Fri, 27 Jan 2012 04:37:45 -0500 Subject: [PATCH] use $OMZ_HOME --- functions/update-omz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/update-omz b/functions/update-omz index 340e6dc8..86e1b065 100755 --- a/functions/update-omz +++ b/functions/update-omz @@ -7,7 +7,7 @@ # This will still favor local changes when there are conflicts current_path=$PWD -cd $HOME/.oh-my-zsh +cd $OMZ_HOME zstyle -t ':omz:function:update-omz' auto-commit || local nocommit='--no-commit'