diff --git a/.gitmodules b/.gitmodules index dfcd7a72..5fad1dfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,11 +8,8 @@ path = shells/zsh/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git [submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"] - path = shells/zsh/oh-my-zsh-custom/plugins/zsh-autosuggestions + path = shells/zsh/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions -[submodule "shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion"] - path = shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion - url = https://github.com/lukechilds/zsh-better-npm-completion [submodule "dwm"] path = NOSTOW/dwm url = git@github.com:Jab2870/dwm.git diff --git a/shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion b/shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion deleted file mode 160000 index b61f6bb4..00000000 --- a/shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b61f6bb4e640728c42ae84ca55a575ee88c60fe8 diff --git a/shells/zsh/oh-my-zsh-custom/plugins/zsh-autosuggestions b/shells/zsh/plugins/zsh-autosuggestions similarity index 100% rename from shells/zsh/oh-my-zsh-custom/plugins/zsh-autosuggestions rename to shells/zsh/plugins/zsh-autosuggestions