Skip to content

Commit

Permalink
remove workaround for microsoft/terminal#32
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanVSO committed Apr 19, 2022
1 parent 0143f37 commit 572f0dd
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.FileInfo.Directory + $PSStyle.Bold + $path + $PSStyle.Reset + " "
$PSStyle.FileInfo.Directory + $PSStyle.Bold + $path + $PSStyle.Reset
}
{
if (-not (test-path .\.git)) { return; }
Expand Down

0 comments on commit 572f0dd

Please sign in to comment.