From 3efa7cbe18a1154c248a5ec910cc2a24d2cc33bd Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 12 Apr 2013 21:34:56 +0200 Subject: Firefox/pentadactyl: generate vim runtime files (syntax) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/main | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/firstrun') diff --git a/scripts/firstrun/10-firefox/main b/scripts/firstrun/10-firefox/main index 941544e..f5ccbc5 100644 --- a/scripts/firstrun/10-firefox/main +++ b/scripts/firstrun/10-firefox/main @@ -125,9 +125,8 @@ EOF [ "${DELETE}" -ne 0 ] && rm -I *.xpi || read -p "Press any key to continue " x -[ -f pentadactylrc-firstrun ] \ - && sleep 2 \ - && ${FIREFOX} -pentadactyl "++cmd 'source pentadactylrc-firstrun'" +sleep 2 \ + && ${FIREFOX} -pentadactyl "++cmd 'source pentadactylrc-firstrun' +c 'mkvimruntime'" # HTML5 for youtube #${FIREFOX} http://userscripts.org/scripts/source/105433.user.js -- cgit