From 947c1909a95a711fb3cfe599df1ce690119ff77a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 1 Jan 2023 21:04:02 -0500 Subject: update nixpkgs Change-Id: I130aed39e582d6e49c2c87c01a988bda7ee25db1 --- lib/common.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index 247a81e..ff7edd6 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -20,10 +20,10 @@ in { FD_OPTIONS = "--follow --exclude .git"; BAT_PAGER = "less -R"; - FZF_DEFAULT_OPTS = "--bind='?:toggle-preview'"; - FZF_DEFAULT_COMMAND = "git ls-files --cached --others --exclude-standard | fd --type f --type l $FD_OPTIONS"; - FZF_CTRL_T_COMMAND = "fd $FD_OPTIONS"; - FZF_ALT_C_COMMAND = "fd --type d $FD_OPTIONS"; + # FZF_DEFAULT_OPTS = "--bind='?:toggle-preview'"; + # FZF_DEFAULT_COMMAND = "git ls-files --cached --others --exclude-standard | fd --type f --type l $FD_OPTIONS"; + # FZF_CTRL_T_COMMAND = "fd $FD_OPTIONS"; + # FZF_ALT_C_COMMAND = "fd --type d $FD_OPTIONS"; FORGIT_FZF_DEFAULT_OPTS = '' --exact --border -- cgit v1.2.3