mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-21 07:51:00 +02:00
Updated edit.ps1
This commit is contained in:
parent
f61be1226a
commit
37c70be932
@ -35,7 +35,7 @@ TryEditor "nano" $path
|
|||||||
TryEditor "pico" $path
|
TryEditor "pico" $path
|
||||||
TryEditor "hx" $path
|
TryEditor "hx" $path
|
||||||
TryEditor "emacs" $path
|
TryEditor "emacs" $path
|
||||||
TryEditor "Code.exe" $path
|
TryEditor "Code" $path
|
||||||
TryEditor "notepad.exe" $path
|
TryEditor "notepad.exe" $path
|
||||||
TryEditor "wordpad.exe" $path
|
TryEditor "wordpad.exe" $path
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
Loading…
Reference in New Issue
Block a user