This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --- Prompt PowerShell com Nerd Fonts --- | |
| # Copie esse arquivo para C:\Users\SeuUsuario\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 | |
| # Baixe a fonte em https://www.nerdfonts.com/font-downloads, ex. Hack Nerd Font | |
| # Copie para C:\Windows\Fonts | |
| # Altere no Windows Terminal a fonte de exibição | |
| # Ver onde estão os perfis: PS> $Profile | Get-Member -MemberType NoteProperty | |
| # Ícones Nerd Font | |
| $FOLDER = [char]0xf07b # folder | |
| $PHP = [char]0xe608 # php |