mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (markdown)
@@ -434,8 +434,9 @@ Suggested by [@knoxknox](https://github.com/knoxknox)
|
|||||||
|
|
||||||
[[ -n $1 ]] && cd $1 # go to provided folder or noop
|
[[ -n $1 ]] && cd $1 # go to provided folder or noop
|
||||||
typeset AG_DEFAULT_COMMAND="ag -i -l --hidden"
|
typeset AG_DEFAULT_COMMAND="ag -i -l --hidden"
|
||||||
|
typeset IFS=$'\n'
|
||||||
typeset selected=($(
|
typeset selected=($(
|
||||||
fzf \
|
fzf \
|
||||||
-m \
|
-m \
|
||||||
-e \
|
-e \
|
||||||
--ansi \
|
--ansi \
|
||||||
|
|||||||
Reference in New Issue
Block a user