Skip to content

Commit

Permalink
update font
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Feb 14, 2024
1 parent 2b65227 commit 077957d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion PS7-x64/profile_snippets/installfont.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Function Install-Font {
[CmdletBinding()]
[Alias('font')]
Param ()
Start-Process "$PSScriptRoot\font\Meslo LG M Regular Nerd Font Complete Mono.ttf"
Start-Process "$PSScriptRoot\font\MesloLGMNerdFont-Regular.ttf"
}

0 comments on commit 077957d

Please sign in to comment.