diff --git a/Examples.md b/Examples.md index 5e5c75d..bb0a3bf 100644 --- a/Examples.md +++ b/Examples.md @@ -140,7 +140,7 @@ f() { fi # Store the arguments from fzf - arguments=($(fzf --multi)) + arguments=("$(fzf --multi)") # If no arguments passed (e.g. if Esc pressed), return to terminal if [ -z "${arguments}" ]; then