dots/.config/fish/functions/fish_greeting.fish
2025-03-19 01:00:03 +01:00

8 lines
190 B
Fish

function fish_greeting
#curl "wttr.in/Belgrade?format=%l:+%c+%t+|+%h+|+%w+|+(%%M+%m)\n"
cat ~/.config/fish/greet.txt ## populated by cronjob
date +"📅 %d. %b 🕗 %H:%M - %A"
end