From fee4acbf5a6734225492e5ee2e4a256762f2b7b9 Mon Sep 17 00:00:00 2001 From: Pierre Margueritte Date: Tue, 19 Jul 2016 19:43:52 +0200 Subject: [PATCH] Fix #88 (#279) --- app/lib/actions/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/actions/ui.js b/app/lib/actions/ui.js index 046d711e..a2cc3cb8 100644 --- a/app/lib/actions/ui.js +++ b/app/lib/actions/ui.js @@ -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')