summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-04 12:43:35 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-04 12:43:35 +0900
commit09a4ca6ab5a93ab22cc9b4d442c355231c05916b (patch)
tree4612379620646cc0685eeb9a01a1f44cc855d9f6
parent8a2df7971186884b3115db68b751622f1f683481 (diff)
[bash] Fix variable completion of directory-related commands
Fix #1987
-rw-r--r--shell/completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/completion.bash b/shell/completion.bash
index 761690cb..69083662 100644
--- a/shell/completion.bash
+++ b/shell/completion.bash
@@ -548,7 +548,7 @@ done
# Directory
for cmd in $d_cmds; do
- __fzf_defc "$cmd" _fzf_dir_completion "-o nospace -o dirnames"
+ __fzf_defc "$cmd" _fzf_dir_completion "-o default -o bashdefault -o dirnames"
done
# ssh