8 lines
190 B
Fish
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
|
|
|