mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -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', () => {
|
rpc.once('session data', () => {
|
||||||
dispatch(sendSessionData(
|
dispatch(sendSessionData(
|
||||||
uid,
|
uid,
|
||||||
['# Attempting to open ~/.hyperterm.js with your $EDITOR',
|
['echo Attempting to open ~/.hyperterm.js with your \$EDITOR',
|
||||||
'# If this doesn\'t work, open it manually with your favorite editor!',
|
'echo If it fails, open it manually with your favorite editor!',
|
||||||
'exec env $EDITOR ~/.hyperterm.js',
|
'exec env $EDITOR ~/.hyperterm.js',
|
||||||
''
|
''
|
||||||
].join('\n')
|
].join('\n')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue