dotfiles/fish.configlink/functions/note-header.fish

5 lines
253 B
Fish
Raw Normal View History

function note-header
set -g CURRENT_WEATHER (curl -s "https://wttr.in/?format=1")
2021-05-08 14:07:17 +00:00
set -g JOURNAL_HEADER "[Yesterday]($YESTERDAY_NOTE.md) | [Home](home.md) | [Tomorrow]($TOMORROW_NOTE.md)\n\n$LONG_DATE\n$CURRENT_WEATHER\n#journal\n\n---\n\n"
end