Update 'libozsh.zsh'
This commit is contained in:
parent
3d57560602
commit
26ed4aadd3
@ -19,7 +19,7 @@ function ozsh_load {
|
|||||||
|
|
||||||
function ozsh_update {
|
function ozsh_update {
|
||||||
git -C $OZSH_HOME stash
|
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 stash pop
|
||||||
git -C $OZSH_HOME submodule update --recursive --remote
|
git -C $OZSH_HOME submodule update --recursive --remote
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user