From 54912de795f4a4041014876586bb4b70ff80532d Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 20 Mar 2025 11:02:21 +0100 Subject: [PATCH] removed unneedet code --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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