muttimage replaced by openfile

This commit is contained in:
Luke Smith
2020-02-09 09:03:10 -05:00
parent 4cb726546f
commit d8f57b57f6
5 changed files with 6 additions and 14 deletions

3
bin/mw

@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh
command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
[ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"
[ -r "$PASSWORD_STORE_DIR/.gpg-id" ] &&