Explorar el Código

password output removed

tags/v3.1
Luke Smith hace 5 años
padre
commit
020de269ea
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4C50B54A911F6252
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mw

+ 1
- 1
mw Ver fichero

@@ -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"


Cargando…
Cancelar
Guardar