jameshgrn / zshnotes

A small, simple daily notes app for zsh
MIT License
15 stars 6 forks source link

sed first RE may not be empty #1

Open KeithETruesdell opened 2 years ago

KeithETruesdell commented 2 years ago

anytime i try to add a note i am getting this 'error'

sed: first RE may not be empty

I see the line in the plugin file, but now sure how to correct it, if its a script issue. I am running the latest version of MacOS - Monterey 12.2.1, and I am using this in iTerm2 if that makes a difference

gky99 commented 2 years ago

Install gnu-sed and override the sed with gsed should solve the problem