diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-20 18:31:30 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-20 18:31:30 -0400 |
commit | 020de269eac4d9eb5f7681d1dce530786bccfe12 (patch) | |
tree | 92bdf6cc8ee3a78956da3810ca306510f2a53bef | |
parent | a31614d38bdcc7d83b1c449f164f7217427bc385 (diff) |
password output removed
-rwxr-xr-x | mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |