From 238b8d95fd30b05bef211ff88c960e7bb5dc7cff Mon Sep 17 00:00:00 2001 From: eeleater Date: Fri, 3 Jan 2025 01:51:34 +0100 Subject: [PATCH] change omp config to web download --- 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 97baf62..fd410d6 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -45,4 +45,4 @@ source "$ZDOTDIR"/files/sshcomp.zsh for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done # theme -eval "$(oh-my-posh init zsh --config="$XDG_CACHE_HOME/oh-my-posh/themes/emodipt-extend.omp.json")" +eval "$(oh-my-posh init zsh --config="https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json")"