fixed the long lines of the omp config

This commit is contained in:
eeleater 2025-03-24 17:24:38 +01:00
parent d310fd8f9b
commit 3b2f16d6b7

View file

@ -40,10 +40,10 @@ eval "$(mise activate zsh)"
# source files # source files
source "$ZDOTDIR"/files/aliases.zsh source "$ZDOTDIR"/files/aliases.zsh
#source "$ZDOTDIR"/files/sshcomp.zsh
# local overrides # local overrides
for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done
# theme # theme
eval "$(oh-my-posh init zsh --config="https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json")" ompTheme="https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json"
eval "$(oh-my-posh init zsh --config="$ompTheme")"