diff --git a/Examples.md b/Examples.md index bb0a3bf..89241cf 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