ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
577 stars 330 forks source link

Stopped see the Stylish font #104

Open NaveDanan opened 1 month ago

NaveDanan commented 1 month ago

Hi! I'm using Win 11 OS x64, pwsh version 7.4.4. When I first installed it, it was working fine, but now my font looks like this (second image), I set Cove Font Nerd Mono as default (in the default tab and in the pwsh tab). Has anyone had a similar experience with it? image after a few hours... image

Edited I can initiate themes in my pwsh: image

But after reopening the pwsh terminal it reset back to what is shown in image 2

Ronambulo commented 1 day ago

not the ideal thing, but add that command to your profile so it runs with your terminal every time you open it up.

use Edit-Profile

and paste it

oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\YOURTHEMEHERE.omp.json" | Invoke-Expression