## How to reproduce Trying to commit with the result of a `date` command as the message: 1. Typing: `git commit -m "$(d` ## Current failure:  Each letter I type is followed by the message: > sed: -e expression #1, char 1: missing command I think missing the color in the nested shell would be ok, but the current warning on each letter is quite inconvenient. Thanks for this project BTW :)