aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-18 10:33:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-18 10:34:31 +1200
commit2494e31095f094e58a47b13d2454bc8422f207ff (patch)
tree42839a06a9f0f1e18733d0b68fdc29b37d4941e3 /README.markdown
parentDo away with dircolors and LS_COLORS (diff)
downloaddotfiles-2494e31095f094e58a47b13d2454bc8422f207ff.tar.gz
dotfiles-2494e31095f094e58a47b13d2454bc8422f207ff.zip
Sort the output of env(1) if no arguments
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`.