width for hostname_welcome adapted

This commit is contained in:
Dirk Alders 2023-09-05 08:13:18 +02:00
parent 1f24105044
commit 9ca1753c10

View File

@ -1,4 +1,4 @@
#!/bin/zsh
#
neofetch -L
figlet "`hostname -f`"
figlet -w 128 "`hostname -f`"