2
0
mirror of https://github.com/cmderdev/cmder.git synced 2025-05-14 04:04:35 +08:00

Merge pull request 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

@ -51,7 +51,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
} }