From 9310ba2e04ef51c2e4a9d84f17590cbb9bb50727 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Tue, 15 Apr 2025 11:57:08 +0200 Subject: [PATCH] fixed theme in omp --- dot_config/zsh/dot_zshrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index efd7fc4..5f633bc 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -49,5 +49,5 @@ source "$ZDOTDIR"/files/aliases.zsh for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done # theme -ompTheme="https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json" +ompTheme="https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/emodipt-extend.omp.json" eval "$(oh-my-posh init zsh --config="$ompTheme")"