summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2015-03-16 13:39:02 +0100
committerHolger Paradies <retabell@gmx.de>2015-03-16 19:11:08 +0100
commit57c5779566674a8f65846894e84f869aa7143461 (patch)
treebcb151aff159589154339de75e2e3897e4f56836 /config/chroot_local-hooks
parenta0b9fb068cb42201563fb2c770310faec9c3eede (diff)
downloadkanotix-57c5779566674a8f65846894e84f869aa7143461.zip
kanotix-57c5779566674a8f65846894e84f869aa7143461.tar.gz
use simple vimrc.local again
This partly reverts commit 97a37161fd3eb8501d828f7957c0b3b14ee33224.
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/hotfixes.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/chroot_local-hooks/hotfixes.sh b/config/chroot_local-hooks/hotfixes.sh
index d30d0ff..fa0a60c 100755
--- a/config/chroot_local-hooks/hotfixes.sh
+++ b/config/chroot_local-hooks/hotfixes.sh
@@ -13,9 +13,10 @@ fi
# vim tuning
if [ -d /etc/vim ]; then
rm -f /etc/vim/vimrc.local
-wget -O /etc/vim/vimrc.local https://raw.github.com/amix/vimrc/master/vimrcs/basic.vim
-cat <<EOT >> /etc/vim/vimrc.local
-
+cat <<EOT > /etc/vim/vimrc.local
+syntax on
+set background=dark
+set showmatch " Show matching brackets.
set pastetoggle=<F10>
EOT
fi