瀏覽代碼

new welcome possibility

master
Dirk Alders 1 年之前
父節點
當前提交
1f24105044
共有 2 個文件被更改,包括 6 次插入0 次删除
  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 查看文件

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

+ 2
- 0
.zshrc.d/__available__/todo.zsh 查看文件

@@ -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…
取消
儲存