mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
parent
dc9b4d371f
commit
fee4acbf5a
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ export function showPreferences () {
|
|||
rpc.once('session data', () => {
|
||||
dispatch(sendSessionData(
|
||||
uid,
|
||||
['# Attempting to open ~/.hyperterm.js with your $EDITOR',
|
||||
'# If this doesn\'t work, open it manually with your favorite editor!',
|
||||
['echo Attempting to open ~/.hyperterm.js with your \$EDITOR',
|
||||
'echo If it fails, open it manually with your favorite editor!',
|
||||
'exec env $EDITOR ~/.hyperterm.js',
|
||||
''
|
||||
].join('\n')
|
||||
|
|
|
|||
Loading…
Reference in a new issue