mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 09:22:15 +08:00 
			
		
		
		
	powershell formatting
This commit is contained in:
		| @@ -108,8 +108,10 @@ if (-Not $noVendor) { | ||||
|             $ConEmuXmlSave = Join-Path $config "ConEmu.xml" | ||||
|             Write-Verbose "Backup '$ConEmuXml' to '$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 | ||||
|     foreach ($ssh_agent in $(Get-Process ssh-agent -ErrorAction SilentlyContinue)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user