From 1f2410504472169917ba58855333a39a1de67a55 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 4 Sep 2023 20:58:35 +0200 Subject: [PATCH] new welcome possibility --- .zshrc.d/__available__/hostname_welcome.zsh | 4 ++++ .zshrc.d/__available__/todo.zsh | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .zshrc.d/__available__/hostname_welcome.zsh diff --git a/.zshrc.d/__available__/hostname_welcome.zsh b/.zshrc.d/__available__/hostname_welcome.zsh new file mode 100644 index 0000000..6b97508 --- /dev/null +++ b/.zshrc.d/__available__/hostname_welcome.zsh @@ -0,0 +1,4 @@ +#!/bin/zsh +# +neofetch -L +figlet "`hostname -f`" diff --git a/.zshrc.d/__available__/todo.zsh b/.zshrc.d/__available__/todo.zsh index 5321809..79c4518 100644 --- a/.zshrc.d/__available__/todo.zsh +++ b/.zshrc.d/__available__/todo.zsh @@ -1,5 +1,7 @@ #!/bin/sh # if [ -r ~/todo.txt ]; then + echo + echo cat ~/todo.txt fi