aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:28:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 23:28:10 +1200
commita052e72ec9e068b2deb047091f0d43d80426ada5 (patch)
tree2e301da6d2aabbc6d318c709c546cf3012a0ad60 /README.markdown
parentStop versioning go.sh (diff)
downloaddotfiles-a052e72ec9e068b2deb047091f0d43d80426ada5.tar.gz
dotfiles-a052e72ec9e068b2deb047091f0d43d80426ada5.zip
Remove some overkill documentation
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index cf6f2a02..f750bbb1 100644
--- a/README.markdown
+++ b/README.markdown
@@ -175,15 +175,12 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `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,
- depending on the capabilities of the system `grep(1)`. It's dependent on
- information written by the `grep.sh` script in `~/.profile.d`.
+ depending on the capabilities of the system `grep(1)`.
* `hgrep()` allows searching `$HISTFILE`.
* `keychain()` updates `$GPG_TTY` if set for `keychain(1)`.
* `lhn()` gets the history number of the last command, if the POSIX `fc`
builtin is available.
* `ls()` tries to apply color to `ls(1)` for interactive use if available.
- It's dependent on information written by the `ls.sh` script in
- `~/.profile.d`.
* `la()` runs `ls -A` if it can, or `ls -a` otherwise.
* `ll()` runs `ls -Al` if it can, or `ls -al` otherwise.
* `mkcd()` creates a directory and changes into it.