mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +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
|
||||
if ($gitStatus) {
|
||||
Enable-GitColors
|
||||
Start-SshAgent -Quiet
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user