From 3bf7b8b9967ef2d0e12a631c7f24c1acb3a9f535 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Sat, 13 Dec 2025 21:17:55 +0000 Subject: [PATCH] fix --- bashprofile/.bash-profile.d/fzf-key-bindings.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashprofile/.bash-profile.d/fzf-key-bindings.bash b/bashprofile/.bash-profile.d/fzf-key-bindings.bash index bd8bba0..ad19f2d 100644 --- a/bashprofile/.bash-profile.d/fzf-key-bindings.bash +++ b/bashprofile/.bash-profile.d/fzf-key-bindings.bash @@ -50,7 +50,7 @@ __fzf_cd__() { } # scottc hack - make 22.04 fzf work -if fzf --help | grep "\-\-scheme" +if fzf --help | grep -q "\-\-scheme" then SCHEME='--scheme=history' else