aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-19 13:38:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-19 13:40:03 +1300
commitcbe3903157a0491588c49f20ba35948c9c50a0d7 (patch)
tree4b6fe2033f8a160b96d244d4aa8346a51a986c0d /README.markdown
parentMake diff default even more conservative (diff)
downloaddotfiles-cbe3903157a0491588c49f20ba35948c9c50a0d7.tar.gz
dotfiles-cbe3903157a0491588c49f20ba35948c9c50a0d7.zip
Remove diff()/rcsdiff() function wrappers
More trouble than they're worth, and looking at my shell history it looks like I type out the -u all the time anyway
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index b1eeec10..4d76f1e1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -171,7 +171,6 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
Zsh `cd` builtin that I like.
* `bc()` silences startup messages from GNU `bc(1)`.
* `bd()` changes into a named ancestor of the current directory.
-* `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,
@@ -192,7 +191,6 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `path()` manages the contents of `PATH` conveniently.
* `pd()` changes to the argument's parent directory.
* `pwgen()` generates just one decent password with `pwgen(1)`.
-* `rcsdiff()` forces a unified format for `rcsdiff(1)`.
* `rd()` replaces the first instance of its first argument with its second
argument in `$PWD`, emulating a feature of the Zsh `cd` builtin that I
like.