mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-19 08:02:31 +08:00
Merge pull request #517 from bondz/patch-1
Remove depreciated Enable-GitColors in posh-git
This commit is contained in:
commit
70b0615b34
1
vendor/profile.ps1
vendored
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user