Browse Source

width for hostname_welcome adapted to console width

master
Dirk Alders 1 year ago
parent
commit
0120b189ad
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .zshrc.d/__available__/hostname_welcome.zsh

+ 1
- 1
.zshrc.d/__available__/hostname_welcome.zsh View File

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

Loading…
Cancel
Save