Merge pull request #517 from bondz/patch-1

Remove depreciated Enable-GitColors in posh-git
This commit is contained in:
Martin Kemp 2015-06-05 12:02:50 +01:00
commit 70b0615b34

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
}