diff --git a/.zshrc b/.zshrc index bbb47bd..c641808 100644 --- a/.zshrc +++ b/.zshrc @@ -129,7 +129,7 @@ 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/amro.toml')" + eval "$(oh-my-posh init zsh --config '~/.zsh/themes/sim-web.toml')" else curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/ fi