session: don't rely on crappy mailcaps

My `~/.mailcap` contains:

    */*; xdg-open '%s'; test=test -n "$DISPLAY"
This commit is contained in:
Vincent Bernat 2014-02-18 09:27:56 +01:00
parent 388acd1cf9
commit 2dde09faa7

View file

@ -14,6 +14,9 @@ export GTK2_RC_FILES=$HOME/.gtkrc-2.0
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
export _JAVA_AWT_WM_NONREPARENTING=1
# We do not want to rely on crappy mailcap
export MAILCAPS=$HOME/.mailcap
# Environment variables
[ -e ~/.zsh/env ] && . ~/.zsh/env