aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:57:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-22 12:57:25 +1300
commita9946128b907b215f6d7a18dc7847e83c1bf7290 (patch)
treef82f00f51686f85c873af411f7eb6baf78c1ae9f /README.markdown
parentNot actually sure where this features in Zsh (diff)
downloaddotfiles-a9946128b907b215f6d7a18dc7847e83c1bf7290.tar.gz
dotfiles-a9946128b907b215f6d7a18dc7847e83c1bf7290.zip
Change confusing sentence
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 3420e69c..7a973e0f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -171,8 +171,7 @@ 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)`.
* `env()` sorts the output of `env(1)` if it was invoked with no arguments,
- because the various shells have different ways of listing exported
- variables.
+ just for convenience when running it interactively.
* `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,