diff --git a/.zshrc b/.zshrc index b7f899e..bbb47bd 100644 --- a/.zshrc +++ b/.zshrc @@ -128,9 +128,8 @@ fi _init (){ if command_exists oh-my-posh; then - # eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/amro.omp.json')" - 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/tokyo_storm.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/amro.toml')" else curl -s https://ohmyposh.dev/install.sh | sudo bash --norc -s -- -d /usr/bin/ fi