mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Improve warning text when posh-git is missing.
This commit is contained in:
parent
83a853bd52
commit
a18320c938
2
vendor/profile.ps1
vendored
2
vendor/profile.ps1
vendored
@ -10,7 +10,7 @@ try {
|
||||
Import-Module -Name "posh-git" -ErrorAction Stop >$null
|
||||
$gitStatus = $true
|
||||
} catch {
|
||||
Write-Warning "Missing git support"
|
||||
Write-Warning "Missing git support, install posh-git with 'Install-Module posh-git' and restart cmder."
|
||||
$gitStatus = $false
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user