diff options
| author | Michael Vincent <377567+Vynce@users.noreply.github.com> | 2023-10-26 12:32:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-26 17:32:00 +0000 |
| commit | 6bf35071dd2f91a7d984909b5d3dd9ab3a4167bf (patch) | |
| tree | 1ea1500c8fc0feea70d40e025a1d68ea1ec6ae9a /atuin-client | |
| parent | Silence fish string match (#1336) (diff) | |
| download | atuin-6bf35071dd2f91a7d984909b5d3dd9ab3a4167bf.zip | |
Remove duplicate "invert" in default config (#1338)
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/config.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 19e8e302..ec77198f 100644 --- a/atuin-client/config.toml +++ b/atuin-client/config.toml @@ -60,7 +60,7 @@ ## set it to 0 to always go full screen # inline_height = 0 -##Invert the UI - put the search bar at the top , Default to `false` +## Invert the UI - put the search bar at the top , Default to `false` # invert = false ## enable or disable showing a preview of the selected command @@ -113,9 +113,6 @@ ## amount of commands in your history. # show_help = true -## Invert the UI - put the search bar at the top -# invert = false - ## 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) |
