Fix bash completion
Only build on release
This commit is contained in:
+6
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user