From 9ca1753c10173476d7e90646dd9c7190324689d6 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Tue, 5 Sep 2023 08:13:18 +0200 Subject: [PATCH] width for hostname_welcome adapted --- .zshrc.d/__available__/hostname_welcome.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc.d/__available__/hostname_welcome.zsh b/.zshrc.d/__available__/hostname_welcome.zsh index 6b97508..9800e48 100644 --- a/.zshrc.d/__available__/hostname_welcome.zsh +++ b/.zshrc.d/__available__/hostname_welcome.zsh @@ -1,4 +1,4 @@ #!/bin/zsh # neofetch -L -figlet "`hostname -f`" +figlet -w 128 "`hostname -f`"