mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 17:32:27 +08:00 
			
		
		
		
	powershell formatting
This commit is contained in:
		| @@ -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)) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user