diff options
| author | Anderson <141751473+digital-cuttlefish@users.noreply.github.com> | 2024-03-01 09:57:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 14:57:18 +0000 |
| commit | 9933220dac1e5d3d5799e14923fd6671ec45b2d6 (patch) | |
| tree | 60a191f110ceb3b925a8e0d2d8ea7e80b553a5c1 /atuin-client/config.toml | |
| parent | feat: Guard against ancient versions of bash where this does not work. (#1794) (diff) | |
| download | atuin-9933220dac1e5d3d5799e14923fd6671ec45b2d6.zip | |
feat(ui): Add config setting for showing tabs (#1755)
* Add config setting for showing tabs
* Added semicolon
Diffstat (limited to 'atuin-client/config.toml')
| -rw-r--r-- | atuin-client/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 307a645a..d5d7f389 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -122,6 +122,9 @@ ## amount of commands in your history. # show_help = true +## Configure whether or not to show tabs for search and inspect +# show_tabs = true + ## Defaults to true. This matches history against a set of default regex, and will not save it if we get a match. Defaults include ## 1. AWS key id ## 2. Github pat (old and new) |
