From f298612f1f5cc13917ccb10caa973f5b1e76f235 Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Fri, 3 Oct 2025 12:45:28 +0200 Subject: [PATCH] fix: fixed paths in submodule --- .gitmodules | 10 +++++----- .ohmyzsh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2e5285b..a6da8cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,5 @@ -[submodule ".ohmyzsh"] - path = .ohmyzsh - url = https://github.com/ohmyzsh/ohmyzsh.git -[submodule "/home/amy/.config/zsh_custom/themes/powerlevel10k"] - path = /home/amy/.config/zsh_custom/themes/powerlevel10k +[submodule ".config/zsh_custom/themes/powerlevel10k"] + path = .config/zsh_custom/themes/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git [submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"] path = .config/zsh_custom/plugins/zsh-syntax-highlighting @@ -10,3 +7,6 @@ [submodule ".config/zsh_custom/plugins/zsh-autosuggestions"] path = .config/zsh_custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions +[submodule ".ohmyzsh"] + path = .ohmyzsh + url = https://github.com/ohmyzsh/ohmyzsh.git diff --git a/.ohmyzsh b/.ohmyzsh index 9e23925..d57775d 160000 --- a/.ohmyzsh +++ b/.ohmyzsh @@ -1 +1 @@ -Subproject commit 9e23925b8581d22033f07f1983587412d3761494 +Subproject commit d57775d89e15687b87eef990b864492d6c973238