etc: gotta love .vimrc

This commit is contained in:
Franco Fichtner 2014-11-09 10:22:42 +01:00 committed by Franco Fichtner
parent 2101cc0ea2
commit 7dfe197f5d
2 changed files with 8 additions and 0 deletions

View file

@ -269,6 +269,8 @@ distribution:
cd ${.CURDIR}/root; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
dot.profile ${DESTDIR}/root/.profile; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
dot.vimrc ${DESTDIR}/root/.vimrc; \
rm -f ${DESTDIR}/.profile; \
ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
.if ${MK_TCSH} != "no"

6
etc/root/dot.vimrc Normal file
View file

@ -0,0 +1,6 @@
command Zap %s/[\xA0]/ /g
set colorcolumn=80
syntax on
set ts=8
set hls
set nu