add option to change upstream
This commit is contained in:
parent
28b98ee8ab
commit
52cd568d3b
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ current_path=$PWD
|
|||
cd $OMZ_HOME
|
||||
|
||||
zstyle -t ':omz:function:update-omz' auto-commit || local nocommit='--no-commit'
|
||||
zstyle -t ':omz:function:update-omz' upstream '_upstream'
|
||||
|
||||
if git pull $nocommit --strategy=recursive -X ours origin master; then
|
||||
if git pull $nocommit --strategy=recursive -X ours ${_upstream:-origin} master; then
|
||||
zstyle -t ':omz:function:update-omz' color && printf "$FG[blue]"
|
||||
printf 'Hooray! oh-my-zsh is up-to-date :)'
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue