mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-18 03:02:34 +01:00
Update readme
This commit is contained in:
@@ -102,7 +102,8 @@ using matched rule and run it. Rules enabled by default:
|
|||||||
* `git_no_command` – fixes wrong git commands like `git brnch`;
|
* `git_no_command` – fixes wrong git commands like `git brnch`;
|
||||||
* `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
|
* `git_push` – adds `--set-upstream origin $branch` to previous failed `git push`;
|
||||||
* `no_command` – fixes wrong console commands, for example `vom/vim`;
|
* `no_command` – fixes wrong console commands, for example `vom/vim`;
|
||||||
* `sudo` – prepends `sudo` to previous command if it failed because of permissions.
|
* `sudo` – prepends `sudo` to previous command if it failed because of permissions;
|
||||||
|
* `lein_not_task` – fixes wrong `lein` tasks like `lein rpl`.
|
||||||
|
|
||||||
## Creating your own rules
|
## Creating your own rules
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user