From 2d4b8dc68dad03ea82bbc7e00cd14146ef488488 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 7 May 2008 17:39:17 +0100 Subject: [PATCH] add mime handling to shell --- .zsh/zlogin/60_mime | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .zsh/zlogin/60_mime diff --git a/.zsh/zlogin/60_mime b/.zsh/zlogin/60_mime new file mode 100644 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 +# 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 -- 2.39.2