This website requires JavaScript.
Explore
Help
Sign In
dirk
/
my_config
Watch
1
Star
0
Fork
0
You've already forked my_config
Code
Issues
Pull Requests
Releases
Wiki
Activity
my_config
/
.zshrc.d
/
hostname_welcome.zsh
5 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
new welcome possibility
2023-09-04 20:58:35 +02:00
#!/bin/zsh
#
neofetch -L
width for hostname_welcome adapted to console width
2023-09-05 08:50:06 +02:00
figlet -w
`
tput cols
`
"`hostname -f`"
Reference in New Issue
Copy Permalink