From ee5c40d4277dec136afecc0dbe2f46b5c5e62be8 Mon Sep 17 00:00:00 2001 From: nvbn Date: Fri, 1 May 2015 04:46:58 +0200 Subject: [PATCH] Update rules list in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a25d6018..63abba4a 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,10 @@ using matched rule and run it. Rules enabled by default: * `rm_dir` – adds `-rf` when you trying to remove directory; * `ssh_known_hosts` – removes host from `known_hosts` on warning; * `sudo` – prepends `sudo` to previous command if it failed because of permissions; -* `switch_layout` – switches command from your local layout to en. +* `switch_layout` – switches command from your local layout to en; +* `apt_get` – installs app from apt if it not installed; +* `brew_install` – fixes formula name for `brew install`; +* `composer_not_command` – fixes composer command name. Bundled, but not enabled by default: