projects
/
zsh.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make mime setup optional
[zsh.git]
/
.zsh
/
06_Modules.zsh
diff --git
a/.zsh/06_Modules.zsh
b/.zsh/06_Modules.zsh
index
982475c
..
b90074e
100644
(file)
--- a/
.zsh/06_Modules.zsh
+++ b/
.zsh/06_Modules.zsh
@@
-21,7
+21,7
@@
autoload -U url-quote-magic
zle -N self-insert url-quote-magic
## Allow known mime types to be used as 'command'
-if is42; then
+if is42
&& zstyle -t ':ganneff:config' mimesetup true
; then
autoload -U zsh-mime-setup
zsh-mime-setup
fi