ソースを参照

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

読み込み中…
キャンセル
保存