diff options
author | Aaron LI <aaronly.me@outlook.com> | 2015-02-14 22:01:09 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2015-02-14 22:01:09 +0800 |
commit | c07a9bd96fde28c0f672af8d1b4d345c2e34f1b3 (patch) | |
tree | 5d49f6e5380d51181a1544c1c68ea7bffb2c27b3 /.mutt/mailcap | |
parent | ffb440066d953391036b6d842e9612680d21bc9b (diff) | |
download | dotfiles-c07a9bd96fde28c0f672af8d1b4d345c2e34f1b3.tar.bz2 |
Small changes.
Diffstat (limited to '.mutt/mailcap')
-rw-r--r-- | .mutt/mailcap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap index d531285..ef8857c 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -103,6 +103,11 @@ image/*; ~/.mutt/mutt_bgrun.sh feh %s; \ video/*; ~/.mutt/mutt_bgrun.sh vlc %s; \ test=sh -c 'test -n "${DISPLAY}"' +# Open scripts +application/x-shellscript; ~/.mutt/mutt_bgrun.sh gvim -f %s; \ + test=sh -c 'test -n "${DISPLAY}"' +application/x-shellscript; vim %s + # Show archive conents. # application/x-compressed-tar; tar -tf %s; copiousoutput |