From e21befbcc481509f80acaa5f9579e1c7e695451c Mon Sep 17 00:00:00 2001 From: Joseph Henrich Date: Thu, 23 Apr 2015 20:33:38 -0400 Subject: [PATCH] add ls_lah to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a63b7d..a8d65a6 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ using matched rule and run it. Rules enabled by default: * `git_no_command` – fixes wrong git commands like `git brnch`; * `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`; * `has_exists_script` – prepends `./` when script/binary exists; +* `ls_lah` – adds -lah to ls; * `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`; * `mkdir_p` – adds `-p` when you trying to create directory without parent; * `no_command` – fixes wrong console commands, for example `vom/vim`;