mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
Remove depreciated Enable-GitColors
The function Enable-GitColors is depreciated in dahlbyk/posh-git@4e778e2480 and should be removed here as well.
This commit is contained in:
parent
40fd96b135
commit
2a1a736ceb
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…
Reference in New Issue
Block a user