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