More bash completion settings

This commit is contained in:
2025-02-10 21:30:03 +01:00
parent d586eaf1e6
commit 37af8417e4
3 changed files with 13 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
# Always ignore case in bash completion
set completion-ignore-case On
set completion-map-case On
set colored-completion-prefix On
set colored-stats On
set show-all-if-ambiguous On