diff --git a/README.md b/README.md index a9b8a91d..0dee291e 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ bind '"\er": redraw-current-line' # CTRL-T - Paste the selected file path into the command line fsel() { find ${1:-*} | fzf -m | while read item; do - printf '%q ' $item + printf '%q ' "$item" done echo }