Browse Source

width for hostname_welcome adapted

master
Dirk Alders 1 year ago
parent
commit
9ca1753c10
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 "`hostname -f`"
4
+figlet -w 128 "`hostname -f`"

Loading…
Cancel
Save