diff --git a/install.ps1 b/install.ps1 index 6a3e163..343b8be 100644 --- a/install.ps1 +++ b/install.ps1 @@ -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"