Fix mistake in code
This commit is contained in:
parent
61e26193e4
commit
b2141bef99
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ expand '$cmd' to it's value.
|
||||||
" \ fzf-ripgrep-good %{
|
" \ fzf-ripgrep-good %{
|
||||||
evaluate-commands %sh{
|
evaluate-commands %sh{
|
||||||
if [ -z $(command -v rg) ]; then
|
if [ -z $(command -v rg) ]; then
|
||||||
echo "echo -markup '{Information}$kak_opt_fzf_file_command is not installed. Falling back to ''find'''"
|
echo "echo -markup '{Information}''rg'' is not installed. Falling back to ''find'''"
|
||||||
cmd="find -type f"
|
cmd="find -type f"
|
||||||
else
|
else
|
||||||
cmd="rg --files"
|
cmd="rg --files"
|
||||||
|
|
Loading…
Reference in a new issue