This commit is contained in:
Junegunn Choi 2016-01-20 01:39:55 +09:00
parent 96176476f3
commit ce9c51d399
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
```