From e288da8de2cda24e5184b9ef25c5446b7e89ca1f Mon Sep 17 00:00:00 2001 From: Azalea Date: Mon, 15 May 2023 20:14:09 -0700 Subject: [PATCH] [F] Fix fqdn substitution --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index e4fdc2e5..e7e8881f 100755 --- a/neofetch +++ b/neofetch @@ -1765,7 +1765,7 @@ get_title() { ;; *) hostname=${HOSTNAME:-$(hostname)} - hostname=${hostname%.*} + hostname=${hostname%%.*} ;; esac