prevent timer results every time.

This commit is contained in:
Dax T. Games
2023-02-26 18:00:26 -08:00
parent 615ba5f816
commit f1e2fb5697
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ $CmderFunctions = Join-Path $CmderModulePath "Cmder.ps1"
if ($shell -match 'cmd') {
write-host "Generating Cmder Config for '$shell' shell in '$outfile'..."
templateExpand "$env:cmder_root\vendor\user_init.cmd.template" "$outfile"
templateExpand "$env:cmder_root\vendor\user_init.template.cmd" "$outfile"
} elseif ($shell -match 'powershell') {
write-host "'$shell' is not supported at this time!"
} elseif ($shell -match 'bash') {