Skip to content

Commit

Permalink
Edited
Browse files Browse the repository at this point in the history
  • Loading branch information
ilosrim authored Feb 1, 2023
1 parent d94700a commit c360c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powershell/powershell_manual/Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function Prompt {
$userPrompt = "$('$' * ($nestedPromptLevel + 1)) "

Write-Host "`n$base" -ForegroundColor DarkGreen -NoNewline
write-host "$date" -ForegroundColor Yellow -NoNewline
write-host " | " -ForegroundColor DarkGray -NoNewline
Write-Host "$date" -ForegroundColor Yellow -NoNewline
Write-Host " | " -ForegroundColor DarkGray -NoNewline

if (Test-Path .git) {
Write-Host $path -NoNewline -ForegroundColor Yellow
Expand Down

0 comments on commit c360c14

Please sign in to comment.