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