From 26ed4aadd3c8a858382e795b03e93aa7c056d481 Mon Sep 17 00:00:00 2001 From: quackerd Date: Sun, 21 Feb 2021 05:58:12 +0000 Subject: [PATCH] Update 'libozsh.zsh' --- libozsh.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }