summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/krebs
diff options
context:
space:
mode:
Diffstat (limited to 'filehooker/root-image/krebs')
-rw-r--r--filehooker/root-image/krebs/bin/vim_sane_defaults10
-rw-r--r--filehooker/root-image/krebs/lib/vim2
2 files changed, 11 insertions, 1 deletions
diff --git a/filehooker/root-image/krebs/bin/vim_sane_defaults b/filehooker/root-image/krebs/bin/vim_sane_defaults
new file mode 100644
index 00000000..fcc7ffcf
--- /dev/null
+++ b/filehooker/root-image/krebs/bin/vim_sane_defaults
@@ -0,0 +1,10 @@
+#!/bin/sh
+#@strict
+#@include core
+. /krebs/lib/core
+#@include vim
+. /krebs/lib/vim
+#@mainifyme
+touch $vimrc
+info "configuring vim"
+vim_conf_sane_defaults
diff --git a/filehooker/root-image/krebs/lib/vim b/filehooker/root-image/krebs/lib/vim
index f75f3d0e..b037a778 100644
--- a/filehooker/root-image/krebs/lib/vim
+++ b/filehooker/root-image/krebs/lib/vim
@@ -1,6 +1,6 @@
# configure vim
-vimrc=$HOME/.vimrc
+vimrc=${vimrc:-$HOME/.vimrc}
vim_conf_sane_defaults(){
# TODO - make stuff more modular?