소스 검색

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…
취소
저장