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

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

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

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

Loading…
Cancel
Save