1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-08-17 13:33:49 -07:00

[bash-completion] Use -o dirnames instead of -o plusdirs

Close 
Related 
This commit is contained in:
Junegunn Choi
2017-04-11 22:21:16 +09:00
parent a50909e806
commit a5862d4b9c

@@ -304,7 +304,7 @@ done
# Directory
for cmd in $d_cmds; do
_fzf_defc "$cmd" _fzf_dir_completion "-o nospace -o plusdirs"
_fzf_defc "$cmd" _fzf_dir_completion "-o nospace -o dirnames"
done
unset _fzf_defc