Changed links in some files. WIP.

This commit is contained in:
unknown 2018-01-29 00:47:54 +01:00
commit 5ded8b1873
4 changed files with 10 additions and 7 deletions

View file

@ -61,7 +61,7 @@ main() {
exit 1
fi
fi
env git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git $ZSH || {
env git clone --depth=1 https://github.com/bluekrow/oh-my-zsh.git $ZSH || {
printf "Error: git clone of oh-my-zsh repo failed\n"
exit 1
}