From 47d25ab593c6358339855ea6ab0ff3efb80859c6 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 19 Feb 2020 12:01:05 +0000 Subject: [PATCH] Moves autosuggestions submodule and deletes npm completion --- .gitmodules | 5 +---- .../zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion | 1 - .../zsh/{oh-my-zsh-custom => }/plugins/zsh-autosuggestions | 0 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion rename shells/zsh/{oh-my-zsh-custom => }/plugins/zsh-autosuggestions (100%) 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