Skip to content

Commit

Permalink
Cfg: static-favs > static-favorites #309
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Aug 26, 2018
1 parent 8cad980 commit 1500e8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/hstr.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/hstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1500e8c

Please sign in to comment.