Actualizacion maquina principal
[dotfiles/.git] / .nano / etc-hosts.nanorc
diff --git a/.nano/etc-hosts.nanorc b/.nano/etc-hosts.nanorc
new file mode 100644 (file)
index 0000000..eb8a51e
--- /dev/null
@@ -0,0 +1,15 @@
+## 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 "^#.*"
+