typo
This commit is contained in:
parent
9968488ba8
commit
012b65e569
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ fzf -params .. %{ evaluate-commands %sh{
|
|||
|
||||
printf "%s\n" "${cmd}"
|
||||
|
||||
( while [ -e ${fzfcmd} ]; do sleep 0.1 done
|
||||
( while [ -e ${fzfcmd} ]; do sleep 0.1; done
|
||||
if [ -s ${result} ]; then
|
||||
(
|
||||
while read line; do
|
||||
|
|
Loading…
Reference in a new issue