aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:28:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:28:51 +1200
commit2dfafea417ab054608fc0487d8206c1bdef2975c (patch)
treebd50b0fbf6f55125d4e5c1ccc9c7b2e9d3fb057f /README.markdown
parentRemove some overkill documentation (diff)
downloaddotfiles-2dfafea417ab054608fc0487d8206c1bdef2975c.tar.gz
dotfiles-2dfafea417ab054608fc0487d8206c1bdef2975c.zip
Update description of keychain()
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f750bbb1..5ff883b2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -177,7 +177,7 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `grep()` tries to apply color and other options good for interactive use,
depending on the capabilities of the system `grep(1)`.
* `hgrep()` allows searching `$HISTFILE`.
-* `keychain()` updates `$GPG_TTY` if set for `keychain(1)`.
+* `keychain()` keeps `$GPG_TTY` up to date if a GnuPG agent is available.
* `lhn()` gets the history number of the last command, if the POSIX `fc`
builtin is available.
* `ls()` tries to apply color to `ls(1)` for interactive use if available.