diff --git a/libozsh.zsh b/libozsh.zsh index b7a93d7..d385f5e 100644 --- a/libozsh.zsh +++ b/libozsh.zsh @@ -19,7 +19,7 @@ function ozsh_load { function ozsh_update { git -C $OZSH_HOME stash - git -C $OZSH_HOME pull + git -C $OZSH_HOME pull --rebase git -C $OZSH_HOME stash pop git -C $OZSH_HOME submodule update --recursive --remote }