From 5ab3ac59f82704d1fe9fb2da45f76b078728a0f5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 7 Jul 2022 20:11:14 -0500 Subject: [PATCH] reference local oh-my-posh config --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index a67c9ea..1b02087 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -23,7 +23,7 @@ fi # Shell initializations if type oh-my-posh > /dev/null; then - eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/jbowdre/dotfiles/main/oh-my-posh/vpotato.minimal.omp.json')" + eval "$(oh-my-posh init zsh --config '~/.dotfiles/oh-my-posh/vpotato.minimal.omp.json')" enable_poshtransientprompt fi if type mcfly > /dev/null; then