add current appointments greeting
This commit is contained in:
parent
312a8cfab7
commit
9261605f94
1 changed files with 5 additions and 0 deletions
5
fish/functions/fish_greeting.fish
Normal file
5
fish/functions/fish_greeting.fish
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function fish_greeting --description 'Print greeting'
|
||||
echo "Welcome to fish"
|
||||
echo "What's up today:"
|
||||
calcurse -a
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue