From f6a22d28f5ca34b7bc992c84c6beac5c6a0d3cb7 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Sat, 27 Jan 2024 00:21:51 +0100 Subject: [PATCH] zsh fix locations --- .gitmodules | 10 +++++----- .../custom/{themes => plugins}/zsh-autosuggestions | 0 .../custom/{themes => plugins}/zsh-syntax-highlighting | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename root/home/bhasher/.oh-my-zsh/custom/{themes => plugins}/zsh-autosuggestions (100%) rename root/home/bhasher/.oh-my-zsh/custom/{themes => plugins}/zsh-syntax-highlighting (100%) 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