about summary refs log tree commit diff
path: root/Functions/MIME
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/MIME')
-rw-r--r--Functions/MIME/zsh-mime-handler2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/MIME/zsh-mime-handler b/Functions/MIME/zsh-mime-handler
index 34082011e..9e736b2cd 100644
--- a/Functions/MIME/zsh-mime-handler
+++ b/Functions/MIME/zsh-mime-handler
@@ -26,7 +26,7 @@
 # it goes horribly wrong.
 
 emulate -L zsh
-setopt extendedglob cbases
+setopt extendedglob cbases nullglob
 
 # We need zformat from zsh/zutil for %s replacement.
 zmodload -i zsh/zutil