update cmder path
This commit is contained in:
parent
8686405346
commit
1ddac8795e
@ -21,7 +21,7 @@ Write-Host "VS Code User Settings Path: $($vscode_user_settings_path)"
|
||||
|
||||
# Cmder Config Directory
|
||||
$cmder_root = "$($env:USERPROFILE)\Cmder"
|
||||
New-Item -ItemType Directory -Force -Path $cmder_root
|
||||
New-Item -ItemType Directory -Force -Path "$($cmder_root)\config"
|
||||
Write-Host "Cmder Config Directory: $($cmder_root)\config"
|
||||
|
||||
$cmder_user_conemu_xml_path = "$($cmder_root)\config\user_ConEmu.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user