Don't set readline variables in non-interactive shells
Build and provide rpm of demus profiles / rpmbuild (release) Failing after 39s
Build and provide rpm of demus profiles / rpmbuild (release) Failing after 39s
Spews noise into journald Also F40 is deprecated
This commit is contained in:
+10
-6
@@ -1,7 +1,11 @@
|
||||
if [[ $- = *i* ]]; then
|
||||
# Always ignore case in bash completion
|
||||
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"
|
||||
bind "set completion-ignore-case On"
|
||||
bind "set completion-map-case On"
|
||||
# Informative completion
|
||||
bind "set colored-completion-prefix On"
|
||||
bind "set colored-stats On"
|
||||
bind "set visible-stats On"
|
||||
# Immediatly list possible completions
|
||||
bind "set show-all-if-ambiguous On"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user