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 %{
|
||||
evaluate-commands %sh{
|
||||
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"
|
||||
else
|
||||
cmd="rg --files"
|
||||
|
|
Loading…
Reference in a new issue