width for hostname_welcome adapted to console width
This commit is contained in:
parent
9ca1753c10
commit
0120b189ad
@ -1,4 +1,4 @@
|
||||
#!/bin/zsh
|
||||
#
|
||||
neofetch -L
|
||||
figlet -w 128 "`hostname -f`"
|
||||
figlet -w `tput cols` "`hostname -f`"
|
||||
|
Loading…
x
Reference in New Issue
Block a user