From b0ec098b5c5166f0bc10b9508f50369fe290c5b0 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 23 Jul 2024 21:59:32 +0100 Subject: fzf and atuin --- programs/atuin.nix | 2 +- programs/fzf.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'programs') diff --git a/programs/atuin.nix b/programs/atuin.nix index 38dac37..898e848 100644 --- a/programs/atuin.nix +++ b/programs/atuin.nix @@ -7,7 +7,7 @@ history_format = "{command}"; theme.name = "minimal"; style = "compact"; - inline_height = 10; + inline_height = 15; prefers_reduced_motion = true; show_help = false; show_tabs = false; diff --git a/programs/fzf.nix b/programs/fzf.nix index 92ee4d0..c1e6bdb 100644 --- a/programs/fzf.nix +++ b/programs/fzf.nix @@ -8,6 +8,8 @@ "--color bw" "--no-scrollbar" "--no-separator" + "--no-unicode" + "--pointer '>'" ]; defaultCommand = "rg -L --files"; changeDirWidgetCommand = "fd --type d"; -- cgit v1.2.3