From 3b2f16d6b7b8b5d68236cb1cd6d29a3938959512 Mon Sep 17 00:00:00 2001 From: eeleater Date: Mon, 24 Mar 2025 17:24:38 +0100 Subject: [PATCH] fixed the long lines of the omp config --- dot_config/zsh/dot_zshrc.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index ad4aedd..df734b6 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -40,10 +40,10 @@ eval "$(mise activate zsh)" # source files source "$ZDOTDIR"/files/aliases.zsh -#source "$ZDOTDIR"/files/sshcomp.zsh # local overrides for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done # 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")"