mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 22:14:15 +00:00
fix bug about variable suggestion
This commit is contained in:
parent
9de870ab02
commit
9c61f287c1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ui::fzf() {
|
|||
fi
|
||||
|
||||
local -r fzf_cmd="$([ $NAVI_ENV == "test" ] && echo "fzf_mock" || echo "fzf")"
|
||||
"$fzf_cmd" "${args[@]:-}" --inline-info "$@"
|
||||
"$fzf_cmd" ${args[@]:-} --inline-info "$@"
|
||||
}
|
||||
|
||||
ui::select() {
|
||||
|
|
Loading…
Reference in a new issue