This commit is contained in:
Pierre Margueritte 2016-07-19 19:43:52 +02:00 committed by Guillermo Rauch
parent dc9b4d371f
commit fee4acbf5a

View file

@ -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')