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