mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-26 15:01:56 +02:00
Add edit.exe to edit.ps1
This commit is contained in:
parent
58a6d84015
commit
5ea38da16e
@ -37,6 +37,7 @@ TryEditor "hx" $path
|
|||||||
TryEditor "emacs" $path
|
TryEditor "emacs" $path
|
||||||
TryEditor "Code" $path
|
TryEditor "Code" $path
|
||||||
TryEditor "notepad.exe" $path
|
TryEditor "notepad.exe" $path
|
||||||
|
TryEditor "edit.exe" $path
|
||||||
TryEditor "wordpad.exe" $path
|
TryEditor "wordpad.exe" $path
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user