aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-06 16:33:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-06 23:54:41 +1200
commit2fb0b5e32a01e3a485fcc6c70ef070b2e30e44d6 (patch)
tree3312bdfd4b5bd66b9712962c654164a0e315adb4 /README.md
parentMove .xsession into bindir where it should be (diff)
downloaddotfiles-2fb0b5e32a01e3a485fcc6c70ef070b2e30e44d6.tar.gz
dotfiles-2fb0b5e32a01e3a485fcc6c70ef070b2e30e44d6.zip
Remove keychain target; no longer using it
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 8f123c04..d5827c47 100644
--- a/README.md
+++ b/README.md
@@ -242,7 +242,6 @@ 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 if
available.
- `hgrep()` allows searching `$HISTFILE`.
-- `keychain()` keeps `$GPG_TTY` up to date if a GnuPG agent is available.
- `ls()` tries to apply color and other options good for interactive use if
available.
- `la()` runs `ls -A` if it can, or `ls -a` otherwise.