Cfg: static-favs > static-favorites #309

This commit is contained in:
Martin Dvorak 2018-08-22 09:44:19 +02:00
parent a6c1984299
commit 2107bf7c8c
3 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@ by default. If you want to disable this behavior and make favorite
commands list static, then use the following configuration:
```bash
export HH_CONFIG=static-favs
export HH_CONFIG=static-favorites
```
## Blacklist
Skip commands when processing history i.e. make sure that these commands

View file

@ -117,7 +117,7 @@ Configuration options:
\fIfavorites\fR
Show favorites as a default view (metric-based view is shown otherwise).
\fIstatic-favs\fR
\fIstatic-favorites\fR
Do not put recently used favorite to the head of favorites (favorites are reordered by default).
\fIskip-favs-comments\fR

View file

@ -70,7 +70,7 @@
#define HSTR_CONFIG_THEME_MONOCHROMATIC "monochromatic"
#define HSTR_CONFIG_THEME_HICOLOR "hicolor"
#define HSTR_CONFIG_STATIC_FAVORITES "static-favs"
#define HSTR_CONFIG_STATIC_FAVORITES "static-favorites"
#define HSTR_CONFIG_SKIP_FAVORITES_COMMENTS "skip-favs-comments"
#define HSTR_CONFIG_FAVORITES "favorites"
#define HSTR_CONFIG_CASE "casesensitive"