mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
updated readme by adding chdir to the list of rules
This commit is contained in:
parent
8408c5f85c
commit
66ad7c30dd
@ -199,7 +199,7 @@ following rules are enabled by default:
|
||||
* `cd_cs` – changes `cs` to `cd`;
|
||||
* `cd_mkdir` – creates directories before cd'ing into them;
|
||||
* `cd_parent` – changes `cd..` to `cd ..`;
|
||||
* `chdir` – creates directories before changing into them using chdir;
|
||||
* `chdir` – creates directories before changing into them using chdir for powershell;
|
||||
* `chmod_x` – add execution bit;
|
||||
* `choco_install` – append common suffixes for chocolatey packages;
|
||||
* `composer_not_command` – fixes composer command name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user