Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
JGill
2022-04-24 15:18:56 +05:30

View File

@@ -26,7 +26,7 @@ elif [ -d ~/.oh-my-zsh ]; then
mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh
git -C ~/.config/ezsh/oh-my-zsh remote set-url origin https://github.com/ohmyzsh/ohmyzsh.git git -C ~/.config/ezsh/oh-my-zsh remote set-url origin https://github.com/ohmyzsh/ohmyzsh.git
else else
git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git ~/.config/ezsh/oh-my-zsh git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh
fi fi