diff options
author | makefu <github@syntax-fehler.de> | 2014-03-17 09:00:00 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-17 09:00:00 +0100 |
commit | 50006d90a290a3d3e9c57ed1317062f0500e1890 (patch) | |
tree | aae9c25f9c436799fab81c3ff68124549c843e0b /filehooker/root-image/krebs/lib | |
parent | 9c7c3e915ddf3b255aab5c543c10b34f0dbc17ff (diff) |
filehooker:add vim sane defaults
Diffstat (limited to 'filehooker/root-image/krebs/lib')
-rw-r--r-- | filehooker/root-image/krebs/lib/vim | 2 |
1 files changed, 1 insertions, 1 deletions
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? |