aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-23 19:58:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-23 19:58:39 +1200
commitf21bccc341f29cecc193561cc4d523183dbc3a2a (patch)
tree48b492b96f9519385ed71f4c3474507c2905c0fe /README.markdown
parentRemove custom length limit on login fortunes (diff)
downloaddotfiles-f21bccc341f29cecc193561cc4d523183dbc3a2a.tar.gz
dotfiles-f21bccc341f29cecc193561cc4d523183dbc3a2a.zip
Rename vis(1) to eds(1)
vis(1) is in OpenBSD >=4.4 base
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 3c1c4acb..d4ed91cc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -305,6 +305,8 @@ Installed by the `install-bin` target:
* `dub(1)` lists the biggest entries in a directory.
* `edda(1)` provides a means to run `ed(1)` over a set of files preserving
any options, mostly useful for scripts.
+* `eds(1)` edits executable script files in `EDSPATH`, defaulting to
+ `~/.local/bin`, for personal scripting snippets.
* `fgscr(1)` finds Git repositories in a directory root and scrubs them with
`gscr(1)`.
* `gms(1)` runs a set of `getmailrc` files; does much the same thing as the
@@ -337,8 +339,6 @@ Installed by the `install-bin` target:
* `try(1)` repeats a command up to a given number of times until it succeeds,
only printing error output if all three attempts failed. Good for
tolerating blips or temporary failures in `cron(8)` scripts.
-* `vis(1)` edits executable script files in `VISPATH`, defaulting to
- `~/.local/bin`, for personal scripting snippets.
There's some silly stuff in `install-games`: