mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-20 21:04:12 +08:00
Cfg: static-favs > static-favorites #309
This commit is contained in:
parent
a6c1984299
commit
2107bf7c8c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue