From 9261605f94eb92a8b2f1dfc922d06a890d430d90 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Fri, 18 Oct 2019 23:55:53 +0200 Subject: [PATCH] add current appointments greeting --- fish/functions/fish_greeting.fish | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fish/functions/fish_greeting.fish diff --git a/fish/functions/fish_greeting.fish b/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..8379296 --- /dev/null +++ b/fish/functions/fish_greeting.fish @@ -0,0 +1,5 @@ +function fish_greeting --description 'Print greeting' + echo "Welcome to fish" + echo "What's up today:" + calcurse -a +end