From e4412d3dd0900dd3a333ac9c4f8926c945e0fb84 Mon Sep 17 00:00:00 2001 From: smhc Date: Mon, 23 May 2022 21:06:37 +1000 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 1c1bb5d..5e5c75d 100644 --- a/Examples.md +++ b/Examples.md @@ -434,8 +434,9 @@ Suggested by [@knoxknox](https://github.com/knoxknox) [[ -n $1 ]] && cd $1 # go to provided folder or noop typeset AG_DEFAULT_COMMAND="ag -i -l --hidden" +typeset IFS=$'\n' typeset selected=($( -fzf \ + fzf \ -m \ -e \ --ansi \