fixed theme in omp

This commit is contained in:
Nikolas Weger 2025-04-15 11:57:08 +02:00
parent bfaf29559c
commit 9310ba2e04

View file

@ -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")"