 updated 📌submodules

This commit is contained in:
pika 2024-11-04 19:31:41 +01:00
parent c299a7bce0
commit 124b40ca0d
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit c68ba88ae0ded5a537ae3f584b7aa9b654b918f5 Subproject commit 65078081e241ec6ee57781ced584055717cf577d

4
.zshrc
View file

@ -129,7 +129,9 @@ fi
_init (){ _init (){
if command_exists oh-my-posh; then if command_exists oh-my-posh; then
# eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')" # eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')"
eval "$(oh-my-posh init zsh --config '~/.zsh/themes/sim-web.toml')" # eval "$(oh-my-posh init zsh --config '~/.zsh/themes/sim-web.toml')"
# eval "$(oh-my-posh init zsh --config '~/.zsh/themes/amro.toml')"
eval "$(oh-my-posh init zsh --config '~/.zsh/themes/atomicBit.toml')"
else else
curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/ curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/
fi fi