diff --git a/.gitmodules b/.gitmodules index d20ed3b..ccd2c50 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "root/home/bhasher/.oh-my-zsh/custom/themes/powerlevel10k"] +[submodule "powerlevel10k"] path = root/home/bhasher/.oh-my-zsh/custom/themes/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git -[submodule "root/home/bhasher/.oh-my-zsh/custom/themes/zsh-autosuggestions"] - path = root/home/bhasher/.oh-my-zsh/custom/themes/zsh-autosuggestions +[submodule "zsh-autosuggestions"] + path = root/home/bhasher/.oh-my-zsh/custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions -[submodule "root/home/bhasher/.oh-my-zsh/custom/themes/zsh-syntax-highlighting"] - path = root/home/bhasher/.oh-my-zsh/custom/themes/zsh-syntax-highlighting +[submodule "zsh-syntax-highlighting"] + path = root/home/bhasher/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/root/home/bhasher/.oh-my-zsh/custom/themes/zsh-autosuggestions b/root/home/bhasher/.oh-my-zsh/custom/plugins/zsh-autosuggestions similarity index 100% rename from root/home/bhasher/.oh-my-zsh/custom/themes/zsh-autosuggestions rename to root/home/bhasher/.oh-my-zsh/custom/plugins/zsh-autosuggestions diff --git a/root/home/bhasher/.oh-my-zsh/custom/themes/zsh-syntax-highlighting b/root/home/bhasher/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting similarity index 100% rename from root/home/bhasher/.oh-my-zsh/custom/themes/zsh-syntax-highlighting rename to root/home/bhasher/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting