diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-05-06 15:13:12 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-05-06 15:13:12 +0000 |
commit | da037f7393b55680ad913d96affd157fe0ab550a (patch) | |
tree | 28540e3595ede8773313a08fbedbd863ccb47cd3 /Completion/X | |
parent | bfaa06eb132742ddd821499ad33f2f62125a0f6b (diff) | |
download | zsh-da037f7393b55680ad913d96affd157fe0ab550a.tar.gz zsh-da037f7393b55680ad913d96affd157fe0ab550a.tar.xz zsh-da037f7393b55680ad913d96affd157fe0ab550a.zip |
24947: complete -safe-mode for firefox.
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Command/_mozilla | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/X/Command/_mozilla b/Completion/X/Command/_mozilla index 7b2689757..64f4d9450 100644 --- a/Completion/X/Command/_mozilla +++ b/Completion/X/Command/_mozilla @@ -23,6 +23,7 @@ else '-profile[specify profile file]:profile file:_files' \ '-v[show version]' \ '-version[show version]' \ + '-safe-mode[disable extensions and themes for this session]' ) else mozopts=( |