mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
23039: handle iceweasel as firefox.
This commit is contained in:
parent
1cac90759a
commit
b6e6a91e0f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-12-08 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 23039: Completion/X/Command/_mozilla: handle iceweasel as
|
||||
firefox.
|
||||
|
||||
2006-12-08 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 23036: Src/utils.c, Src/Zle/compcore.c, Src/Zle/zle_tricky.c:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue