how to fix it?
help me fix an error Oh My Posh Error:
open https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v7.59.0/themes/default.omp.json: The filename, directory name, or volume label syntax is incorrect.
how to fix it?
help me fix an error Oh My Posh Error:
open https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v7.59.0/themes/default.omp.json: The filename, directory name, or volume label syntax is incorrect.
Maintainer here. Can you create an issue on GitHub? That way I can help you see what’s wrong. What I need is the following:
https://github.com/JanDeDobbeleer/oh-my-posh/issues/new/choose
I faced a similar issue. As a workaround I included the full path to the theme in my $PROFILE
.
oh-my-posh init pwsh --config $env:LOCALAPPDATA\Programs\oh-my-posh\themes\default.omp.json | Invoke-Expression