This website works better with JavaScript.
Home
Explore
Help
Sign In
dirk
/
my_config
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
width for hostname_welcome adapted
master
Dirk Alders
1 year ago
parent
1f24105044
commit
9ca1753c10
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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`"
Write
Preview
Loading…
Cancel
Save