mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Conflict merge 1
This commit is contained in:
commit
4d4fd1ba97
19 changed files with 1371 additions and 0 deletions
|
|
@ -26,9 +26,12 @@ fi
|
|||
# oh-my-zsh directory.
|
||||
[[ -w "$ZSH" ]] || return 0
|
||||
|
||||
<<<<<<< HEAD
|
||||
# Cancel upgrade if git is unavailable on the system
|
||||
whence git >/dev/null || return 0
|
||||
|
||||
=======
|
||||
>>>>>>> c0134a9450e486251b247735e022d7efeb496b9c
|
||||
if [ -f ~/.zsh-update ]
|
||||
then
|
||||
. ~/.zsh-update
|
||||
|
|
@ -57,3 +60,7 @@ else
|
|||
# create the zsh file
|
||||
_update_zsh_update
|
||||
fi
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> c0134a9450e486251b247735e022d7efeb496b9c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue