diff options
| author | Federico François <franzu@duck.com> | 2024-12-15 23:40:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-15 23:40:09 +0100 |
| commit | b9e73b44811becbdf24cff54441c73839a29c523 (patch) | |
| tree | c8ede626f566406f0408aa45f5a2fdd035a6123d /plugins/per-directory-history/README.md | |
| parent | 62e3e0b2fdd25919de6ae2d4e09317e1bd07a2dc (diff) | |
| download | zsh-b9e73b44811becbdf24cff54441c73839a29c523.tar.gz zsh-b9e73b44811becbdf24cff54441c73839a29c523.tar.bz2 zsh-b9e73b44811becbdf24cff54441c73839a29c523.zip | |
docs(per-directory-history): add variable docs (#12844)
Diffstat (limited to 'plugins/per-directory-history/README.md')
| -rw-r--r-- | plugins/per-directory-history/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/per-directory-history/README.md b/plugins/per-directory-history/README.md index 2816c11ba..c7d062a0c 100644 --- a/plugins/per-directory-history/README.md +++ b/plugins/per-directory-history/README.md @@ -35,6 +35,7 @@ toggle set the `PER_DIRECTORY_HISTORY_TOGGLE` environment variable. function above (default `^G`) * `PER_DIRECTORY_HISTORY_PRINT_MODE_CHANGE` is a variable which toggles whether the current mode is printed to the screen following a mode change (default `true`) +* `HISTORY_START_WITH_GLOBAL` is a global variable that defines how to start the plugin: global or local (default `false`) ## History |
