mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
specify bash to run command in (#314)
This commit is contained in:
parent
513bdb3941
commit
392ce6b127
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue