Files
dots/common/.config/fish/functions/fish_greeting.fish
T
2026-08-13 01:11:41 +02:00

6 lines
231 B
Fish

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