dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ddfc31b578171151fe23bbbe77637463c7ebf1e7
parent 079d8dec6f1637e577a35f0c0e35c415eab68920
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 15 Aug 2019 19:50:13 +0200

Updated powerlevel10k


Former-commit-id: 03b8ac62aab2f2e157741d8aaabff4f406ac61ec
Diffstat:
M.gitmodules | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "oh-my-zsh/custom/themes/powerlevel9k"] - path = oh-my-zsh/custom/themes/powerlevel9k - url = https://github.com/bhilburn/powerlevel9k.git [submodule "shell/z"] path = shell/z url = https://github.com/rupa/z.git +[submodule "oh-my-zsh/custom/themes/powerlevel10k"] + path = oh-my-zsh/custom/themes/powerlevel10k + url = https://github.com/romkatv/powerlevel10k.git