add current appointments greeting

This commit is contained in:
joachimschmidt557 2019-10-18 23:55:53 +02:00
parent 312a8cfab7
commit 9261605f94

View file

@ -0,0 +1,5 @@
function fish_greeting --description 'Print greeting'
echo "Welcome to fish"
echo "What's up today:"
calcurse -a
end