From 4ea03291a8beb1487cbe31664a991d776bca19a0 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 8 Dec 2006 22:52:18 +0000 Subject: improved firefox support --- Completion/X/Command/_mozilla | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'Completion/X') diff --git a/Completion/X/Command/_mozilla b/Completion/X/Command/_mozilla index 2972870e4..eef72d2aa 100644 --- a/Completion/X/Command/_mozilla +++ b/Completion/X/Command/_mozilla @@ -9,7 +9,22 @@ local -a mozopts if [[ $service = *remote* ]]; then state=remote else - if [[ $service != *firefox* ]]; then + if [[ $service = *firefox* ]]; then + mozopts=( + '-browser[open browser window]' \ + '-console[start with debugging console]' \ + '-h[output help message]' \ + '-help[output help message]' \ + '-inspector[start with DOM Inspector]:URL to inspect:->location' \ + '-install-global-extension[install an extension]:extension to install:_files' \ + '-new-window[load URL in new window]:URL to load:->location' \ + '-new-tab[load URL in new tab]:URL to load:->location' \ + '-no-remote[run with multiple profiles]' \ + '-profile[specify profile file]:profile file:_files' \ + '-v[show version]' \ + '-version[show version]' \ + ) + else mozopts=( "($popts)-installer[start with 4.x migration window]" "($popts)-CreateProfile:profile" -- cgit 1.4.1