iso-profiles/community/openbox/desktop-overlay/etc/skel/.config/nano/etc-hosts.nanorc
2021-10-21 10:59:07 +02:00

15 lines
245 B
Text
Executable file

## Make /etc/hosts nicer to read, see `man hosts 5` to see the format
syntax "/etc/hosts" "hosts"
# IPv4
color yellow "^[0-9\.]+\s"
# IPv6
icolor green "^[0-9a-f:]+\s"
# interpunction
color normal "[.:]"
# comments
color brightblack "^#.*"