Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/actions/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export function showPreferences () {
// Leading space prevents command to be store in shell history
[' echo Attempting to open ~/.hyperterm.js with your \$EDITOR', // eslint-disable-line no-useless-escape
' echo If it fails, open it manually with your favorite editor!',
' bash -c "exec env ${EDITOR:=' + editorFallback + '} ~/.hyperterm.js"',
' bash -c \'exec env ${EDITOR:=' + editorFallback + '} ~/.hyperterm.js\'',
''
].join('\n')
));
Expand Down