diff --git a/app/lib/actions/ui.js b/app/lib/actions/ui.js index 68e55375..046d711e 100644 --- a/app/lib/actions/ui.js +++ b/app/lib/actions/ui.js @@ -131,7 +131,7 @@ export function showPreferences () { uid, ['# Attempting to open ~/.hyperterm.js with your $EDITOR', '# If this doesn\'t work, open it manually with your favorite editor!', - '$EDITOR ~/.hyperterm.js && exit', + 'exec env $EDITOR ~/.hyperterm.js', '' ].join('\n') ));