Fix bash completion

Only build on release
This commit is contained in:
2025-02-10 21:30:03 +01:00
parent 31a28252c7
commit 38a18be64c
5 changed files with 10 additions and 9 deletions
+6 -5
View File
@@ -1,6 +1,7 @@
# 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
bind "set completion-ignore-case On"
bind "set completion-map-case On"
bind "set colored-completion-prefix On"
bind "set colored-stats On"
bind "set show-all-if-ambiguous On"
bind "set visible-stats On"