Skip to content

Commit

Permalink
add workaround for microsoft/terminal#32
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanVSO committed Mar 5, 2022
1 parent 9990e41 commit 8753c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
else {
$pwd.Path
}
$PSStyle.Bold + $path + $PSStyle.BoldOff
$PSStyle.FileInfo.Directory + $PSStyle.Bold + $path + $PSStyle.Reset + " "
}
{
if (-not (test-path .\.git)) { return; }
Expand Down

0 comments on commit 8753c32

Please sign in to comment.