fix: set edit mode before ps readline key registration

This commit is contained in:
Stevan Freeborn
2026-07-17 23:05:43 -05:00
parent 9cee4bcc43
commit f2cf8467ef
2 changed files with 2 additions and 3 deletions
@@ -12,7 +12,6 @@ if (Test-Path -Path $ProfileDir) {
Write-Warning "Failed to load profile module: $($Script.Name). Error: $($_.Exception.Message)"
}
}
} else {
Write-Warning "Profile directory not found at: $ProfileDir"
}