prompt: 'your memories are in', matching the directory's name
This commit is contained in:
parent
f9497be6d5
commit
18584b5039
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ This is what the installer prints, and the whole of the integration.
|
||||||
|
|
||||||
Your memory is OptMem:
|
Your memory is OptMem:
|
||||||
- The tool is `~/.optmem/memo`
|
- The tool is `~/.optmem/memo`
|
||||||
- The data is `~/.optmem/memory`
|
- Your memories are in `~/.optmem/memory`
|
||||||
|
|
||||||
OptMem survives every new session, every compaction and every change
|
OptMem survives every new session, every compaction and every change
|
||||||
of model or vendor. Without it you do not know who you are, or what
|
of model or vendor. Without it you do not know who you are, or what
|
||||||
|
|
|
||||||
2
memo
2
memo
|
|
@ -408,7 +408,7 @@ TEMPLATE = """\
|
||||||
|
|
||||||
Your memory is OptMem:
|
Your memory is OptMem:
|
||||||
- The tool is `{memo}`
|
- The tool is `{memo}`
|
||||||
- The data is `{data}`
|
- Your memories are in `{data}`
|
||||||
|
|
||||||
OptMem survives every new session, every compaction and every change
|
OptMem survives every new session, every compaction and every change
|
||||||
of model or vendor. Without it you do not know who you are, or what
|
of model or vendor. Without it you do not know who you are, or what
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue