zsh fix locations

This commit is contained in:
Brieuc Dubois 2024-01-27 00:21:51 +01:00
parent bfe0a3fecb
commit f6a22d28f5
3 changed files with 5 additions and 5 deletions

10
.gitmodules vendored
View File

@ -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 path = root/home/bhasher/.oh-my-zsh/custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git url = https://github.com/romkatv/powerlevel10k.git
[submodule "root/home/bhasher/.oh-my-zsh/custom/themes/zsh-autosuggestions"] [submodule "zsh-autosuggestions"]
path = root/home/bhasher/.oh-my-zsh/custom/themes/zsh-autosuggestions path = root/home/bhasher/.oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "root/home/bhasher/.oh-my-zsh/custom/themes/zsh-syntax-highlighting"] [submodule "zsh-syntax-highlighting"]
path = root/home/bhasher/.oh-my-zsh/custom/themes/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 url = https://github.com/zsh-users/zsh-syntax-highlighting.git