Skip to content

Commit

Permalink
v4.23.0
Browse files Browse the repository at this point in the history
- outputs corrected
  • Loading branch information
caglaryalcin committed Dec 21, 2024
1 parent 067cd2e commit 945fcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Function SystemSettings {
Write-Host "Configuring Windows Terminal..." -NoNewline
$profileFolder = "$HOME\Documents\WindowsPowerShell"
if (-Not (Test-Path -Path $profileFolder)) {
New-Item -ItemType Directory -Path $profileFolder
New-Item -ItemType Directory -Path $profileFolder *>$null
}

$profileFile = "$profileFolder\Microsoft.PowerShell_profile.ps1"
Expand Down

0 comments on commit 945fcd1

Please sign in to comment.