1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Move misplaced rule in README

This commit is contained in:
mcarton 2015-07-20 21:07:56 +02:00
parent d4fada8e4c
commit 33b1536c28

View File

@ -190,11 +190,11 @@ Enabled by default only on specific platforms:
* `brew_install` – fixes formula name for `brew install`;
* `brew_unknown_command` – fixes wrong brew commands, for example `brew docto/brew doctor`;
* `brew_upgrade` – appends `--all` to `brew upgrade` as per Homebrew's new behaviour;
* `git_push_force` – adds `--force` to a `git push` (may conflict with `git_push_pull`);
* `pacman` – installs app with `pacman` or `yaourt` if it is not installed.
Bundled, but not enabled by default:
* `git_push_force` – adds `--force` to a `git push` (may conflict with `git_push_pull`);
* `rm_root` – adds `--no-preserve-root` to `rm -rf /` command.
## Creating your own rules