From 09a4ca6ab5a93ab22cc9b4d442c355231c05916b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 4 Apr 2024 12:43:35 +0900 Subject: [PATCH] [bash] Fix variable completion of directory-related commands Fix #1987 --- shell/completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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