Merge pull request #20 from HoBeom/patch-1

use https:// link for cloning on git instead of git:// fixes #18
This commit is contained in:
jotyGill
2022-03-16 18:08:54 +00:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ elif [ -d ~/.oh-my-zsh ]; then
export ZSH="$HOME/.config/ezsh/oh-my-zsh" export ZSH="$HOME/.config/ezsh/oh-my-zsh"
mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh mv ~/.oh-my-zsh ~/.config/ezsh/oh-my-zsh
else else
git clone --depth=1 git://github.com/robbyrussell/oh-my-zsh.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