PoshCode / Pansies

Powershell ANSI Escape Sequences, functions for colored output, etc.
MIT License
146 stars 14 forks source link

Nerd Fonts Breaking Change #28

Open Jaykul opened 3 months ago

Jaykul commented 3 months ago

Since the nerd fonts are in the system, we need to adjust to the breaking change in Nerd Fonts 3.0 (they moved and renamed the Material Design icons).

Therefore, on the new release of Cascadia Code, Write-Host "&nf-mdi-ship_wheel; Kubernetes" doesn't work.

The character on the NerdFont cheat sheet is now named nf-md-ship_wheel and the code point was changed.

NOTE: They've moved a few things around after that, so it's frustrating to rely on some of the nerd font characters right now.