mommy can also be installed using a package manager. check the readme for more info~
added
- 📇 mommy now supports independent possessive (
theirs
) and reflexive (themself
) pronouns. to use these new forms inside a compliment or encouragement, write%%THEIRS%%
or%%THEMSELF%%
, respectively. to choose mommy's pronouns, you should now writeMOMMY_PRONOUNS="they them their theirs theirself"
in your config instead ofMOMMY_PRONOUNS="they them their"
. specifying all five pronoun forms is recommended, but only specifying three forms still works and is not deprecated. for more details, see the list of all settings and how to configure templates~ - ☄️ mommy now supports using whitespace inside pronouns using
%%_%%
~ - 🚀 mommy now explains how to configure starship~ (#135)
- ☕ mommy explains how to use fish completions on macos~
fixed
- 👹 mommy ensures freebsd builds don't have the target version hardcoded~