diff options
author | Joerg Schirottke <master@kanotix.com> | 2015-03-16 13:39:02 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2015-03-16 19:11:08 +0100 |
commit | 57c5779566674a8f65846894e84f869aa7143461 (patch) | |
tree | bcb151aff159589154339de75e2e3897e4f56836 | |
parent | a0b9fb068cb42201563fb2c770310faec9c3eede (diff) | |
download | kanotix-57c5779566674a8f65846894e84f869aa7143461.zip kanotix-57c5779566674a8f65846894e84f869aa7143461.tar.gz |
use simple vimrc.local again
This partly reverts commit 97a37161fd3eb8501d828f7957c0b3b14ee33224.
-rwxr-xr-x | config/chroot_local-hooks/hotfixes.sh | 7 |
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 |