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: