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:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user