reference local oh-my-posh config

This commit is contained in:
John Bowdre 2022-07-07 20:11:14 -05:00
parent 1bf64d6cdc
commit 5ab3ac59f8

View file

@ -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