Update 'libozsh.zsh'

This commit is contained in:
quackerd 2021-02-21 05:58:12 +00:00
parent 3d57560602
commit 26ed4aadd3

View File

@ -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
}