aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-29 13:02:15 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-29 13:02:15 +1300
commita4b17a9af86ab88cfe48e616284b56c1bdf019bd (patch)
tree4d732fcde65a9596cfb10b8ca888f7a96031ef68 /README.md
parentMerge branch 'release/v0.21.0' into develop (diff)
downloaddotfiles-a4b17a9af86ab88cfe48e616284b56c1bdf019bd.tar.gz
dotfiles-a4b17a9af86ab88cfe48e616284b56c1bdf019bd.zip
Remove --batch option and wrapper for gpg(1)
This was originally added to cut the decryption boilerplate, which no longer seems to be an issue; I think that --quiet may be correctly blocking it now. Even without this, it caused more problems than it solved when gpg(1) genuinely did need user interaction from me, for example for --update-trustdb.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e602d65..e8b67350 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,6 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `ed()` tries to get verbose error messages, a prompt, and a Readline
environment for `ed(1)`.
* `gdb()` silences startup messages from `gdb(1)`.
-* `gpg()` quietens `gpg(1)` down for most commands.
* `grep()` tries to apply color and other options good for interactive use if
available.
* `hgrep()` allows searching `$HISTFILE`.