m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

[bash] Add -o nospace to dir completion options (#1987)

This commit is contained in:
Junegunn Choi
2024-04-04 13:20:10 +09:00
parent da14ab6f16
commit 118b4d4a01

View File

@@ -548,7 +548,7 @@ done
# Directory # Directory
for cmd in $d_cmds; do for cmd in $d_cmds; do
__fzf_defc "$cmd" _fzf_dir_completion "-o bashdefault -o dirnames" __fzf_defc "$cmd" _fzf_dir_completion "-o bashdefault -o nospace -o dirnames"
done done
# ssh # ssh