From 381f0c5123198a5aaab73bdad192b891bc32db74 Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Sun, 7 May 2023 17:29:31 +0800 Subject: [PATCH] fix: skim with bash --- home/programs/common.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/home/programs/common.nix b/home/programs/common.nix index c0fe4760..431ee3ed 100644 --- a/home/programs/common.nix +++ b/home/programs/common.nix @@ -121,12 +121,7 @@ # Basically anywhere you would want to use grep, try sk instead. skim = { enable = true; - enableZshIntegration = true; - defaultCommand = "rg --files --hidden"; - changeDirWidgetOptions = [ - "--preview 'exa --icons --git --color always -T -L 3 {} | head -200'" - "--exact" - ]; + enableBashIntegration = true; }; direnv = {