1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

adding fish/functions/fish_greeting.fish

This commit is contained in:
Henrik Hautakoski 2023-11-22 14:21:05 +01:00
parent 461e0cc49a
commit 74c7855aa3

View file

@ -0,0 +1,3 @@
function fish_greeting
echo (date)
end