mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
reference local oh-my-posh config
This commit is contained in:
parent
1bf64d6cdc
commit
5ab3ac59f8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue