aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-21 14:48:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-21 14:48:13 +1200
commitbf86a2f939651b691a2ee814de7853424455c813 (patch)
tree29febe40833f4c1af6741c77bec01e5ce920233e /README.markdown
parentAdjust ordering of ls() and grep() options (diff)
downloaddotfiles-bf86a2f939651b691a2ee814de7853424455c813.tar.gz
dotfiles-bf86a2f939651b691a2ee814de7853424455c813.zip
Add la(), ll()
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 e17ddb68..cb6ef74e 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.
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.
* `mysql()` allows shortcuts to MySQL configuration files stored in
`~/.mysql`.