summaryrefslogtreecommitdiffstats
path: root/desktop/wbar/wbar-2.3.4-completion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wbar/wbar-2.3.4-completion.patch')
-rw-r--r--desktop/wbar/wbar-2.3.4-completion.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/desktop/wbar/wbar-2.3.4-completion.patch b/desktop/wbar/wbar-2.3.4-completion.patch
new file mode 100644
index 0000000000..69ab2d0c4c
--- /dev/null
+++ b/desktop/wbar/wbar-2.3.4-completion.patch
@@ -0,0 +1,19 @@
+ --- a/etc/wbar
++++ b/etc/wbar
+@@ -1,7 +1,6 @@
+ # bash completion for wbar
+ # Yadickson Soto yadickson@gmail.com
+
+-have wbar &&
+ _wbar()
+ {
+ local cur prev split=false
+@@ -106,7 +105,7 @@
+ -- "$cur") )
+
+ fi
+-} &&
++}
+ complete -F _wbar wbar
+
+ # Local variables: