fix: fixed paths in submodule
This commit is contained in:
10
.gitmodules
vendored
10
.gitmodules
vendored
@@ -1,8 +1,5 @@
|
|||||||
[submodule ".ohmyzsh"]
|
[submodule ".config/zsh_custom/themes/powerlevel10k"]
|
||||||
path = .ohmyzsh
|
path = .config/zsh_custom/themes/powerlevel10k
|
||||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
|
||||||
[submodule "/home/amy/.config/zsh_custom/themes/powerlevel10k"]
|
|
||||||
path = /home/amy/.config/zsh_custom/themes/powerlevel10k
|
|
||||||
url = https://github.com/romkatv/powerlevel10k.git
|
url = https://github.com/romkatv/powerlevel10k.git
|
||||||
[submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"]
|
[submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"]
|
||||||
path = .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"]
|
[submodule ".config/zsh_custom/plugins/zsh-autosuggestions"]
|
||||||
path = .config/zsh_custom/plugins/zsh-autosuggestions
|
path = .config/zsh_custom/plugins/zsh-autosuggestions
|
||||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||||
|
[submodule ".ohmyzsh"]
|
||||||
|
path = .ohmyzsh
|
||||||
|
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||||
|
|||||||
2
.ohmyzsh
2
.ohmyzsh
Submodule .ohmyzsh updated: 9e23925b85...d57775d89e
Reference in New Issue
Block a user