diff --git a/Examples.md b/Examples.md index 510e86f..1215c02 100644 --- a/Examples.md +++ b/Examples.md @@ -130,7 +130,7 @@ f cat # (hit enter, choose files) f vim # (hit enter, choose files) f vlc # (hit enter, choose files) -# the function: +# the function (not tested in zsh): f() { # store the files from fzf IFS=$'\n' files=($(fzf --query="$2" --multi))