1
0
This commit is contained in:
2025-12-13 21:17:55 +00:00
parent cfd129d94e
commit 3bf7b8b996

View File

@@ -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