Fixed: 'Enable-GitColors is Obsolete...' warning

This commit is contained in:
Kamil Szymański 2015-07-31 21:45:32 +02:00
parent c38f6b3a89
commit 676297c0d4

1
vendor/profile.ps1 vendored
View File

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