aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-24 11:52:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-24 11:52:27 +1200
commit565c808c0b732cca4579f7e8883e7aaac3c3aa62 (patch)
tree644e04b7e4fbbe7c997d6fb3df2ddd882d2189a3 /README.markdown
parentForce --hide-control-chars on ls(1) if available (diff)
downloaddotfiles-565c808c0b732cca4579f7e8883e7aaac3c3aa62.tar.gz
dotfiles-565c808c0b732cca4579f7e8883e7aaac3c3aa62.zip
Add lore()
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index c59f8745..99151608 100644
--- a/README.markdown
+++ b/README.markdown
@@ -184,6 +184,8 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
* `ls()` tries to apply color to `ls(1)` for interactive use if available.
* `la()` runs `ls -A` if it can, or `ls -a` otherwise.
* `ll()` runs `ls -Al` if it can, or `ls -al` otherwise.
+ * `lore(1)` runs the output of `ls(1)` with an `-lA` or `-la` switch
+ through your pager, using color if it can.
* `mkcd()` creates a directory and changes into it.
* `mysql()` allows shortcuts to MySQL configuration files stored in
`~/.mysql`.