mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-15 06:02:32 +08:00
powershell formatting
This commit is contained in:
parent
3859f6ffc0
commit
efb3338f5c
@ -108,8 +108,10 @@ if (-Not $noVendor) {
|
|||||||
$ConEmuXmlSave = Join-Path $config "ConEmu.xml"
|
$ConEmuXmlSave = Join-Path $config "ConEmu.xml"
|
||||||
Write-Verbose "Backup '$ConEmuXml' to '$ConEmuXmlSave'"
|
Write-Verbose "Backup '$ConEmuXml' to '$ConEmuXmlSave'"
|
||||||
Copy-Item $ConEmuXml $ConEmuXmlSave
|
Copy-Item $ConEmuXml $ConEmuXmlSave
|
||||||
} else { $ConEmuXml = "" }
|
}
|
||||||
} else { $ConEmuXml = "" }
|
else { $ConEmuXml = "" }
|
||||||
|
}
|
||||||
|
else { $ConEmuXml = "" }
|
||||||
|
|
||||||
# Kill ssh-agent.exe if it is running from the $env:cmder_root we are building
|
# Kill ssh-agent.exe if it is running from the $env:cmder_root we are building
|
||||||
foreach ($ssh_agent in $(Get-Process ssh-agent -ErrorAction SilentlyContinue)) {
|
foreach ($ssh_agent in $(Get-Process ssh-agent -ErrorAction SilentlyContinue)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user