Add mailcap
This commit is contained in:
parent
e7651ca62f
commit
be4bd80c08
2 changed files with 6 additions and 1 deletions
|
@ -7,7 +7,7 @@ XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
|
|||
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
|
||||
|
||||
# List of the config files to install
|
||||
FILES="vimrc zshrc gitconfig vim gitignore_global git_user ctags.d"
|
||||
FILES="vimrc zshrc gitconfig vim gitignore_global git_user ctags.d mailcap"
|
||||
CONF_DIR="config"
|
||||
DATA_DIR="data"
|
||||
|
||||
|
|
5
mailcap
Normal file
5
mailcap
Normal file
|
@ -0,0 +1,5 @@
|
|||
text/html; unshare -n -r w3m -I %{charset} -T text/html; copiousoutput;
|
||||
image/*; /usr/local/bin/mutt_bgrun /usr/bin/feh -. %s; test=test -n "$DISPLAY"
|
||||
#application/pdf; /usr/local/bin/mutt_bgrun /usr/bin/evince %s; test=test -n "$DISPLAY"
|
||||
application/pdf; /usr/bin/evince %s; test=test -n "$DISPLAY"
|
||||
|
Loading…
Reference in a new issue