Merge branch 'master' into development

This commit is contained in:
DRSDavidSoft
2025-11-09 00:16:35 +00:00
2 changed files with 8 additions and 1 deletions

5
vendor/profile.ps1 vendored
View File

@@ -5,6 +5,11 @@
# !!! THIS FILE IS OVERWRITTEN WHEN CMDER IS UPDATED
# !!! Use "%CMDER_ROOT%\config\user_profile.ps1" to add your own startup commands
if ($env:CMDER_DEBUG -and ($env:CMDER_DEBUG -match '^(1|true)$')) {
$DebugPreference = 'Continue'
$VerbosePreference = 'Continue'
}
$CMDER_INIT_START = Get-Date
# Compatibility with PS major versions <= 2