From 98f287dad544dabf6bb2fcb0f24174ef4593d6c9 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 19 Apr 2015 10:34:43 +0800 Subject: [PATCH] Readme: document cd_parent --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9071a25..6bcf4a8f 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,12 @@ Changes will available only in a new shell session. The Fuck tries to match rule for the previous command, create new command using matched rule and run it. Rules enabled by default: +* `cd_parent` – changes `cd..` to `cd ..`; * `git_no_command` – fixes wrong git commands like `git brnch`; * `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`; * `no_command` – fixes wrong console commands, for example `vom/vim`; * `sudo` – prepends `sudo` to previous command if it failed because of permissions; -* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`. +* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`. ## Creating your own rules