mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Merge 2825b126be05a6a1345ca60065e5549d2fc8ac15 into f477cd69c250a4d4a9f5fb714c719f0170aacac8
This commit is contained in:
commit
52e0e8b629
@ -135,6 +135,13 @@ Changes will be available only in a new shell session.
|
|||||||
sudo pip install thefuck --upgrade
|
sudo pip install thefuck --upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If executing thefuck fails, create necessary directory structure & files:
|
||||||
|
```bash
|
||||||
|
mkdir -p ~/.thefuck/rules
|
||||||
|
touch .thefuck/settings.py
|
||||||
|
cp CLONED_REPO/thefuck/rules/* .thefuck/rules
|
||||||
|
```
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
The Fuck tries to match rule for the previous command, create new command
|
The Fuck tries to match rule for the previous command, create new command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user