password output removed

This commit is contained in:
Luke Smith 2019-04-20 18:31:30 -04:00
parent a31614d38b
commit 020de269ea
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

2
mw
View File

@ -168,7 +168,7 @@ EOF
trysync && finalize
}
getpass() { pass rm -f "mutt-wizard-$title" 2>/dev/null ; pass insert "mutt-wizard-$title" ;}
getpass() { pass rm -f "mutt-wizard-$title" >/dev/null 2>&1 ; pass insert "mutt-wizard-$title" ;}
formatShortcut() { \
while read -r data; do { echo "macro index,pager g$1 \"<change-folder>$data<enter>\" \"go to $2\" # autogenerated"