Skip to content

Commit

Permalink
👤 merge pull request #131 from Bikoil/dev~
Browse files Browse the repository at this point in the history
👤 mommy now refers to the user using $USER var~
  • Loading branch information
FWDekker authored Sep 4, 2024
2 parents d8dcf81 + 792c824 commit b3b94ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ after that, she will read the user-specific **local** config file, overriding th
|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------|---------------|
| `MOMMY_CAREGIVER` | what mommy calls herself | yes | `mommy` |
| `MOMMY_PRONOUNS` | mommy's pronouns for herself. should be three words separated by spaces, as in `they them their` (subject, object, possessive) | yes | `she her her` |
| `MOMMY_SWEETIE` | what mommy calls you | yes | `girl` |
| `MOMMY_SWEETIE` | what mommy calls you | yes | <username> |
| `MOMMY_PREFIX` | what mommy puts at the start of each sentence | yes | <empty> |
| `MOMMY_SUFFIX` | what mommy puts at the end of each sentence | yes | `~` |
| `MOMMY_CAPITALIZE` | `0` to start sentences in lowercase, `1` for uppercase, anything else to change nothing | no | `0` |
Expand Down
2 changes: 1 addition & 1 deletion src/main/sh/mommy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ n="
## Configuration
MOMMY_CAREGIVER="mommy"
MOMMY_PRONOUNS="she her her"
MOMMY_SWEETIE="girl"
MOMMY_SWEETIE="${LOGNAME:-girl}"
MOMMY_PREFIX=""
MOMMY_SUFFIX="~"

Expand Down

0 comments on commit b3b94ee

Please sign in to comment.