summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--scripts/firstrun/10-firefox/main5
2 files changed, 7 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 93200a8..3646553 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,11 @@
/.ssh/*
!/.ssh/config
+# vim - already using other means to track plugins etc.
+/.vim/ftdetect
+/.vim/ftplugin
+/.vim/syntax
+
### MISC
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