From 6bf35071dd2f91a7d984909b5d3dd9ab3a4167bf Mon Sep 17 00:00:00 2001 From: Michael Vincent <377567+Vynce@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:32:00 -0500 Subject: [PATCH] Remove duplicate "invert" in default config (#1338) --- atuin-client/config.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/atuin-client/config.toml b/atuin-client/config.toml index 19e8e30..ec77198 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)