From 184a1c5281a6a798076a86df89d6d519697f9d5b Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Fri, 13 Jan 2017 05:02:41 +0100 Subject: [PATCH] fix(zsh): Allow bar name at any pos --- doc/zsh/_polybar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zsh/_polybar b/doc/zsh/_polybar index 7b6e8b16..0ed93f41 100644 --- a/doc/zsh/_polybar +++ b/doc/zsh/_polybar @@ -12,7 +12,7 @@ _polybar() { '(-c --config)'{-c,--config=}'[Path to the configuration file]:configuration file:_files' \ '(-r --reload)'{-r,--reload}'[Reload when the configuration has been modified]' \ '(-m --list-monitors)'{-m,--list-monitors}'[Print list of available monitors and exit]' \ - '1:bar name:_polybar_list_names' + '*:bar name:_polybar_list_names' } (( $+functions[_polybar_list_names] )) || _polybar_list_names() {