Ver código fonte

pass fix?

tags/v3.1
Luke Smith 5 anos atrás
pai
commit
3cd146ae91
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4C50B54A911F6252
1 arquivos alterados com 2 adições e 3 exclusões
  1. +2
    -3
      mw

+ 2
- 3
mw Ver arquivo

@@ -168,9 +168,8 @@ EOF
trysync && finalize
}

getpass() { pass rm -f "mutt-wizard-$title" >/dev/null 2>&1
while ! pass ls | grep -o "mutt-wizard-$title$" >/dev/null 2>&1;do
pass insert "mutt-wizard-$title"; done;}
getpass() { while : ; do pass rm -f "mutt-wizard-$title" >/dev/null 2>&1
pass insert "mutt-wizard-$title" && break; done ;}

formatShortcut() { \
while read -r data; do { echo "macro index,pager g$1 \"<change-folder>$data<enter>\" \"go to $2\" # autogenerated"


Carregando…
Cancelar
Salvar