Remove depreciated Enable-GitColors

The function Enable-GitColors is depreciated in dahlbyk/posh-git@4e778e2480 and should be removed here as well.
This commit is contained in:
Bond 2015-06-04 23:25:09 +01:00
parent 40fd96b135
commit 2a1a736ceb

1
vendor/profile.ps1 vendored
View File

@ -51,7 +51,6 @@ function global:prompt {
# Load special features come from posh-git
if ($gitStatus) {
Enable-GitColors
Start-SshAgent -Quiet
}