mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
etc: gotta love .vimrc
This commit is contained in:
parent
2101cc0ea2
commit
7dfe197f5d
2 changed files with 8 additions and 0 deletions
|
|
@ -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
6
etc/root/dot.vimrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
command Zap %s/[\xA0]/ /g
|
||||
set colorcolumn=80
|
||||
syntax on
|
||||
set ts=8
|
||||
set hls
|
||||
set nu
|
||||
Loading…
Reference in a new issue