summaryrefslogtreecommitdiff
path: root/contrib/emacs/.gitignore
diff options
context:
space:
mode:
authorNick Kousu <nick@kousu.ca>2018-06-14 15:28:36 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-14 16:58:28 +0200
commit4a6fa5cbdf093d7873524fe566f58bca3761592e (patch)
tree4f0cb359b09ab8f7ce70662b5db239185bff2ead /contrib/emacs/.gitignore
parentfd2cbdacaed23c57b03cde19fe5eb6f910420855 (diff)
downloadpass-4a6fa5cbdf093d7873524fe566f58bca3761592e.tar.gz
pass-4a6fa5cbdf093d7873524fe566f58bca3761592e.tar.bz2
pass-4a6fa5cbdf093d7873524fe566f58bca3761592e.zip
Don't trap INT or TERM; they are redundant and can break `pass edit`.
Some EDITORs, notably Linux vi(1), which is the fallback default in pass, apparently send INT when they exit, and when pass is run under bash (which is also its default)--if you have /dev/shm/ available--bash catches this and cleans up your edited password file *before* it can be reencrypted and saved. This only happens with `pass edit`; none of the other commands combine tmpdir and $EDITOR.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
t'>Bring zsh completion up to parity with bash completionBrian Mattern1-59/+92 2012-09-22EDITOR should be italicized.Jason A. Donenfeld1-2/+2 2012-09-22Allow git repo to be elsewhere via env var.Jason A. Donenfeld2-9/+24 2012-09-22I don't want --help or --version in bash completion.Jason A. Donenfeld1-1/+1 2012-09-22Vastly simplify GPG secret key finding logic.Jason A. Donenfeld1-1/+1 - Only use secret keys - Use entire UID - --with-colons makes parsing easy 2012-09-22simplify logic slightlyBrian Mattern1-9/+12 2012-09-22turn -o filenames back onBrian Mattern1-10/+6 only auto-expand if there is a single completion match 2012-09-22bash completion - Fix UTF8, escape spaces, inverted commas, brackets, and ↵Jeffrey Ratcliffe1-14/+10 ampersands, and clean up 2012-09-21Better gpg key completion for `pass init`Brian Mattern1-2/+15 2012-09-21Append to COMPREPLY instead of inserting by indexBrian Mattern1-3/+1