From 991119a0d34b9927a3e1262167fb1278ad2bf928 Mon Sep 17 00:00:00 2001 From: JGill Date: Sun, 24 Apr 2022 15:21:29 +0530 Subject: [PATCH] New ohmyzsh repo location, putting it in after merge fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b027f2e..93009ab 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ elif [ -d ~/.oh-my-zsh ]; then 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 else - git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git ~/.config/ezsh/oh-my-zsh + git clone --depth=1 https://github.com/ohmyzsh/ohmyzsh.git ~/.config/ezsh/oh-my-zsh fi