projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a8a28e
)
add mime handling to shell
author
martin f. krafft
<madduck@madduck.net>
Wed, 7 May 2008 16:39:17 +0000
(17:39 +0100)
committer
martin f. krafft
<madduck@madduck.net>
Wed, 7 May 2008 16:39:17 +0000
(17:39 +0100)
.zsh/zlogin/60_mime
[new file with mode: 0644]
patch
|
blob
diff --git a/.zsh/zlogin/60_mime
b/.zsh/zlogin/60_mime
new file mode 100644
(file)
index 0000000..
191dad9
--- /dev/null
+++ b/
.zsh/zlogin/60_mime
@@ -0,0
+1,14
@@
+# zlogin/60_mime
+#
+# set up the shell's mime support
+#
+# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: http://git.madduck.net/v/etc/zsh.git
+#
+
+autoload -U zsh-mime-setup
+zsh-mime-setup
+
+# vim:ft=zsh