new welcome possibility
This commit is contained in:
parent
7a064a2925
commit
1f24105044
4
.zshrc.d/__available__/hostname_welcome.zsh
Normal file
4
.zshrc.d/__available__/hostname_welcome.zsh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/zsh
|
||||
#
|
||||
neofetch -L
|
||||
figlet "`hostname -f`"
|
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
if [ -r ~/todo.txt ]; then
|
||||
echo
|
||||
echo
|
||||
cat ~/todo.txt
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user