aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-07-23 21:59:32 +0100
committerAkshay <[email protected]>2024-07-23 21:59:32 +0100
commitb0ec098b5c5166f0bc10b9508f50369fe290c5b0 (patch)
treefa48ef08db74d48ba574b8ed306e699ba9893891
parent0a3a6501c52ef3f930b83c264cccfd8d8303c26d (diff)
fzf and atuin
-rw-r--r--programs/atuin.nix2
-rw-r--r--programs/fzf.nix2
2 files changed, 3 insertions, 1 deletions
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 @@
7 history_format = "{command}"; 7 history_format = "{command}";
8 theme.name = "minimal"; 8 theme.name = "minimal";
9 style = "compact"; 9 style = "compact";
10 inline_height = 10; 10 inline_height = 15;
11 prefers_reduced_motion = true; 11 prefers_reduced_motion = true;
12 show_help = false; 12 show_help = false;
13 show_tabs = false; 13 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 @@
8 "--color bw" 8 "--color bw"
9 "--no-scrollbar" 9 "--no-scrollbar"
10 "--no-separator" 10 "--no-separator"
11 "--no-unicode"
12 "--pointer '>'"
11 ]; 13 ];
12 defaultCommand = "rg -L --files"; 14 defaultCommand = "rg -L --files";
13 changeDirWidgetCommand = "fd --type d"; 15 changeDirWidgetCommand = "fd --type d";