Skip to content
Snippets Groups Projects
Commit ce9c51d3 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Typo

parent 96176476
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ export FZF_COMPLETION_OPTS='+c -x'
# - The first argument to the function is the base path to start traversal
# - Note that ag only lists files not directories
# - See the source code (completion.{bash,zsh}) for the details.
_fzf_compgen_paths() {
_fzf_compgen_path() {
ag -g "" "$1"
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment