Browse Source

new welcome possibility

master
Dirk Alders 1 year ago
parent
commit
1f24105044
2 changed files with 6 additions and 0 deletions
  1. 4
    0
      .zshrc.d/__available__/hostname_welcome.zsh
  2. 2
    0
      .zshrc.d/__available__/todo.zsh

+ 4
- 0
.zshrc.d/__available__/hostname_welcome.zsh View File

1
+#!/bin/zsh
2
+#
3
+neofetch -L
4
+figlet "`hostname -f`"

+ 2
- 0
.zshrc.d/__available__/todo.zsh View File

1
 #!/bin/sh
1
 #!/bin/sh
2
 #
2
 #
3
 if [ -r ~/todo.txt ]; then
3
 if [ -r ~/todo.txt ]; then
4
+    echo
5
+    echo
4
     cat ~/todo.txt
6
     cat ~/todo.txt
5
 fi
7
 fi

Loading…
Cancel
Save