Skip to content

Commit 343cd9a

Browse files
committed
Remove Enable-GitColors from profile.ps1
This is a default in Posh-Git now. It complains about it being obsolete, and it will be removed in future versions of Posh-Git See cmderdev#568
1 parent 289126f commit 343cd9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vendor/profile.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ function global:prompt {
4040

4141
# Load special features come from posh-git
4242
if ($gitStatus) {
43-
Enable-GitColors
4443
Start-SshAgent -Quiet
4544
}
4645

0 commit comments

Comments
 (0)