diff --git a/.zsh/themes b/.zsh/themes index c68ba88..6507808 160000 --- a/.zsh/themes +++ b/.zsh/themes @@ -1 +1 @@ -Subproject commit c68ba88ae0ded5a537ae3f584b7aa9b654b918f5 +Subproject commit 65078081e241ec6ee57781ced584055717cf577d diff --git a/.zshrc b/.zshrc index c641808..72f2a92 100644 --- a/.zshrc +++ b/.zshrc @@ -129,7 +129,9 @@ fi _init (){ 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 '~/.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 curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/ fi