fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user