Fix bash completion
Only build on release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Build and provide rpm of demus profiles
|
||||
run-name: Rpmbuild demus-profile by @${{ github.actor }}
|
||||
on: [ release, push ]
|
||||
on: [ release ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: f40-minimal-rpmbuild
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Build and provide rpm of demus profiles
|
||||
run-name: Rpmbuild demus-profile by @${{ github.actor }}
|
||||
on: [ release, push ]
|
||||
on: [ release ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: f41-minimal-rpmbuild
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Build and provide rpm of demus profiles
|
||||
run-name: Rpmbuild demus-profile by @${{ github.actor }}
|
||||
on: [ release, push ]
|
||||
on: [ release ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: f42-minimal-rpmbuild
|
||||
|
||||
+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"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: demus-profile-scripts
|
||||
Version: 0.3.2
|
||||
Version: 0.4.2
|
||||
Release: %autorelease
|
||||
Summary: Bash profile customisations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user