mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-05 07:00:04 +02:00
Add edit.exe to edit.ps1
This commit is contained in:
@ -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 ""
|
||||
|
||||
|
Reference in New Issue
Block a user