This commit is contained in:
Jonathan Hodgson 2017-07-18 14:24:00 +01:00
parent 1d17b96666
commit a5420d0220
3 changed files with 5 additions and 3 deletions

View file

@ -3,3 +3,5 @@ text/html; w3m -I %{charset} -T text/html; copiousoutput;
text/html; mv %s %s.html && qutebrowser %s.html > /dev/null; needsterminal;
image/*; ~/.config/mutt/muttimage.sh %s ; copiousoutput
application/*; xdg-open %s & ; copiousoutput

View file

@ -117,4 +117,4 @@ alias debugBuild='node --inspect-brk /usr/bin/grunt build'
alias lc="colorls -r"
alias open="$TERMINAL & disown"