From 961126421052a2811e83e5aa89d7a1890531608b Mon Sep 17 00:00:00 2001 From: Namwoo Kim Date: Thu, 23 Apr 2015 17:06:36 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d584ed2..e822cc7f 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ sudo pip install thefuck --upgrade The Fuck tries to match rule for the previous command, create new command using matched rule and run it. Rules enabled by default: +* `brew_unknown_command` – fixes wrong brew commands, for example `brew docto/brew doctor`; * `cd_parent` – changes `cd..` to `cd ..`; * `cp_omitting_directory` – adds `-a` when you `cp` directory; * `git_no_command` – fixes wrong git commands like `git brnch`;