]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zlogin/60_mime
191dad9bbe6c727e5bd0596a320eb69261856d6c
[zsh.git] / .zsh / zlogin / 60_mime
1 # zlogin/60_mime
2 #
3 # set up the shell's mime support
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: http://git.madduck.net/v/etc/zsh.git
9 #
10
11 autoload -U zsh-mime-setup
12 zsh-mime-setup
13
14 # vim:ft=zsh