diff --git a/app/lib/actions/ui.js b/app/lib/actions/ui.js index 97ad6904..ee4cfd72 100644 --- a/app/lib/actions/ui.js +++ b/app/lib/actions/ui.js @@ -145,7 +145,7 @@ export function showPreferences () { uid, ['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!', - 'exec env $EDITOR ~/.hyperterm.js', + 'bash -c "exec env $EDITOR ~/.hyperterm.js"', '' ].join('\n') ));