mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
Fixed: 'Enable-GitColors is Obsolete...' warning
This commit is contained in:
parent
c38f6b3a89
commit
676297c0d4
1
vendor/profile.ps1
vendored
1
vendor/profile.ps1
vendored
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user