Comment on Using a logbook to improve your programmingparentComments−Izkata8yTheir function uses single quotes on format string, so I'll bet they tried it like this: alias lb="vim ~/logbook/$(date '+%Y-%m-%d').md" ..which would do what was described.
Comments
Their function uses single quotes on format string, so I'll bet they tried it like this:
..which would do what was described.