password output removed
This commit is contained in:
parent
a31614d38b
commit
020de269ea
2
mw
2
mw
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user