diff --git a/README.md b/README.md index e49a176..1347a3b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This wrapper renders `dc` more usable as a command line calculator by: - defining commonly used macros for more complex operations - saving precision, top of stack, and registers 0 to 9 ("memories") - from one invocation to the next + from one invocation to the next in the status file `$HOME/.wdcrc` # PREREQUISITES @@ -158,6 +158,11 @@ therefore define the longer commands first, and single character commands only at the very end. Otherwise, e.g the `rem` command would first have its `r` expanded as the "revert" command, therefore `rem` expansion would fail. +# FILES + +The status between invocations is stored in the file `$HOME/.wdcrc` as a +list of `dc` commands. + # BUGS _(certainly, but none known at this moment)_