Change to UTF-8 BOM

This commit is contained in:
Markus Fleschutz
2023-10-31 12:48:22 +01:00
parent e1e4dd8185
commit 5906c30a14
140 changed files with 140 additions and 140 deletions

View File

@ -1,4 +1,4 @@
# MY POWERSHELL PROFILE (this profile file defines the look & feel of PowerShell)
# MY POWERSHELL PROFILE (this profile file defines the look & feel of PowerShell)
# WINDOW TITLE
if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }