Skip to content

Commit

Permalink
Repace ssh link with https link in gitsubmodule for easier installation
Browse files Browse the repository at this point in the history
For some reason ssh never works with new setup
  • Loading branch information
TheKnarf committed Jan 30, 2024
1 parent 891e5fe commit 6de17d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule "zsh_custom/plugins/zsh-autosuggestions"]
path = zsh_custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
Expand Down

0 comments on commit 6de17d7

Please sign in to comment.