#N/A Reformat parts of README.md
This commit is contained in:
@@ -53,7 +53,7 @@ Python 3.4.2 (default, Oct 8 2014, 13:08:17)
|
|||||||
git: 'brnch' is not a git command. See 'git --help'.
|
git: 'brnch' is not a git command. See 'git --help'.
|
||||||
|
|
||||||
Did you mean this?
|
Did you mean this?
|
||||||
branch
|
branch
|
||||||
|
|
||||||
➜ fuck
|
➜ fuck
|
||||||
git branch [enter/↑/↓/ctrl+c]
|
git branch [enter/↑/↓/ctrl+c]
|
||||||
@@ -98,7 +98,7 @@ Reading package lists... Done
|
|||||||
## Installation [*experimental*]
|
## Installation [*experimental*]
|
||||||
|
|
||||||
On Ubuntu and OS X you can install `The Fuck` with installation script:
|
On Ubuntu and OS X you can install `The Fuck` with installation script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh - && $0
|
wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh - && $0
|
||||||
```
|
```
|
||||||
@@ -307,7 +307,7 @@ debug = False
|
|||||||
Or via environment variables:
|
Or via environment variables:
|
||||||
|
|
||||||
* `THEFUCK_RULES` – list of enabled rules, like `DEFAULT_RULES:rm_root` or `sudo:no_command`;
|
* `THEFUCK_RULES` – list of enabled rules, like `DEFAULT_RULES:rm_root` or `sudo:no_command`;
|
||||||
* `THEFUCK_EXCLUDE_RULES` – list of disabled rules, like `git_pull:git_push`;
|
* `THEFUCK_EXCLUDE_RULES` – list of disabled rules, like `git_pull:git_push`;
|
||||||
* `THEFUCK_REQUIRE_CONFIRMATION` – require confirmation before running new command, `true/false`;
|
* `THEFUCK_REQUIRE_CONFIRMATION` – require confirmation before running new command, `true/false`;
|
||||||
* `THEFUCK_WAIT_COMMAND` – max amount of time in seconds for getting previous command output;
|
* `THEFUCK_WAIT_COMMAND` – max amount of time in seconds for getting previous command output;
|
||||||
* `THEFUCK_NO_COLORS` – disable colored output, `true/false`;
|
* `THEFUCK_NO_COLORS` – disable colored output, `true/false`;
|
||||||
|
|||||||
Reference in New Issue
Block a user