Skip to content

Commit 23007ed

Browse files
committed
bash: improve completion behavior
1 parent 4a49518 commit 23007ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bash_profile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,7 @@ stty -ixon
115115

116116
eval "$(starship init bash)"
117117
eval "$(fzf --bash)"
118+
119+
# https://superuser.com/a/835047/59068
120+
bind 'set show-all-if-ambiguous on'
121+
bind 'TAB:menu-complete'

0 commit comments

Comments
 (0)