diff --git a/libozsh.zsh b/libozsh.zsh index 6b74ca7..f1af109 100644 --- a/libozsh.zsh +++ b/libozsh.zsh @@ -37,13 +37,13 @@ function ozsh_load { function ozsh_update { git -C $OZSH_HOME stash - git -C $OZSH_HOME pull --rebase + git -C $OZSH_HOME pull git -C $OZSH_HOME stash pop # check for updates in modules for d in $OZSH_MODULES do - git -C $OZSH_HOME/$d pull --rebase > /dev/null 2>&1 + git -C $d pull > /dev/null 2>&1 done echo $(date) > "$OZSH_LASTUPDATE_FILE"