From a7cd198405784236842770ecd581e66eeb744f54 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 2 Nov 2024 16:32:42 +0300 Subject: [PATCH] Add `lib/config/hosts` Local hosts file for `bash` and `mc` host completion. --- lib/config/hosts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/config/hosts diff --git a/lib/config/hosts b/lib/config/hosts new file mode 100644 index 0000000..c2acca1 --- /dev/null +++ b/lib/config/hosts @@ -0,0 +1,5 @@ +0 localhost localhost.localdomain +0 phdru.name home.phdru.name git.phdru.name zope.phdru.name + +# Found in https://blog.sanctum.geek.nz/bash-hostname-completion/ +$include /etc/hosts -- 2.39.5