From 5ea38da16e99ba20159c0a09917e0e5a21f8ebaf Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 25 Jun 2025 14:56:55 +0200 Subject: [PATCH] Add edit.exe to edit.ps1 --- scripts/edit.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/edit.ps1 b/scripts/edit.ps1 index f9ba5549..baa3cf45 100755 --- a/scripts/edit.ps1 +++ b/scripts/edit.ps1 @@ -37,6 +37,7 @@ TryEditor "hx" $path TryEditor "emacs" $path TryEditor "Code" $path TryEditor "notepad.exe" $path +TryEditor "edit.exe" $path TryEditor "wordpad.exe" $path Write-Host ""