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