diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-12-08 21:54:43 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-12-08 21:54:43 +0000 |
commit | b6e6a91e0fe5d06626a1e6639af13488fd85fef5 (patch) | |
tree | b25b09622032c4302c2e9321124267d431c3bdb6 /Completion/X/Command/_mozilla | |
parent | 1cac90759a7c43ab08d4f1582379f6f4a08437d1 (diff) | |
download | zsh-b6e6a91e0fe5d06626a1e6639af13488fd85fef5.tar.gz zsh-b6e6a91e0fe5d06626a1e6639af13488fd85fef5.tar.xz zsh-b6e6a91e0fe5d06626a1e6639af13488fd85fef5.zip |
23039: handle iceweasel as firefox.
Diffstat (limited to 'Completion/X/Command/_mozilla')
-rw-r--r-- | Completion/X/Command/_mozilla | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_mozilla b/Completion/X/Command/_mozilla index ff0f23bf0..2972870e4 100644 --- a/Completion/X/Command/_mozilla +++ b/Completion/X/Command/_mozilla @@ -1,4 +1,4 @@ -#compdef mozilla mozilla-firefox mozilla-xremote-client firefox +#compdef mozilla mozilla-firefox mozilla-xremote-client firefox iceweasel=firefox local curcontext="$curcontext" state line expl ret=1 suf typeset -A opt_args |