aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 034f8185..76521f0a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -168,6 +168,9 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `diff()` forces the unified format for `diff(1)`.
* `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.
* `gdb()` silences startup messages from `gdb(1)`.
* `gpg()` quietens `gpg(1)` down for most commands.
* `hgrep()` allows searching `$HISTFILE`.