michal-h21 / vimwiki-sync

Automaticaly synchronize vimwiki at startup and exit using git
98 stars 25 forks source link

Shell is assumed to be bash #6

Closed rkmiec closed 2 years ago

rkmiec commented 3 years ago

When shell variable is not set to bash (fish in my case), the commit log message leaves just the date string without expanding it.

michal-h21 commented 3 years ago

Thanks for the report. I've fixed it in ddf0677. The internal strftime function is used for the date message, instead of a shell call to the date command.

rkmiec commented 2 years ago

It works great now. Thanks for the quick update.