From 8bfc65df6c4db01e74e5793fb4da402078b37648 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 27 May 2019 21:47:26 +0200 Subject: commands: add flags/config to control the automatic opening in the default browser --- misc/zsh_completion/git-bug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/zsh_completion') diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index c2ed9872..52c242df 100644 --- a/misc/zsh_completion/git-bug +++ b/misc/zsh_completion/git-bug @@ -8,7 +8,7 @@ case $state in level1) case $words[1] in git-bug) - _arguments '1: :(add bridge commands comment deselect label ls ls-id ls-label pull push select show status termui title user version webui)' + _arguments '1: :(add bridge commands comment deselect export label ls ls-id ls-label pull push select show status termui title user version webui)' ;; *) _arguments '*: :_files' -- cgit