dotfiles

dotfiles.git
git clone git://git.lenczewski.org/dotfiles.git
Log | Files | Refs

mailcap (224B)


      1 application/pdf; $READER %s;
      2 application/pgp-encrypted; gpg2 -d '%s'; copiousoutput;
      3 application/pgp-keys; gpg2 --import '%s'; copiousoutput;
      4 text/plain; $EDITOR %s;
      5 text/html; w3m -I %{charset} -T text/html; copiousoutput;