🍂 editor.ts

This commit is contained in:
nirholas
2026-03-31 10:24:15 +00:00
parent 39fb4398ef
commit 2b8383b1e2

View File

@@ -181,3 +181,4 @@ export const getExternalEditor = memoize((): string | undefined => {
const editors = ['code', 'vi', 'nano']
return editors.find(command => isCommandAvailable(command))
})