diff --git a/.zshrc b/.zshrc index 5418b11..de793b3 100644 --- a/.zshrc +++ b/.zshrc @@ -73,9 +73,7 @@ error_log() { __shell_qol__() { 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/amro.toml')" - # eval "$(oh-my-posh init zsh --config '~/.zsh/themes/atomicBit.toml')" + eval "$(oh-my-posh init zsh --config '~/.zsh/themes/power10k_edit.toml')" else curl -s https://ohmyposh.dev/install.sh | $_sudo bash --norc -s -- -d /usr/bin/ fi