1
0
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:
ian 2021-05-10 15:52:52 -04:00
parent 8408c5f85c
commit 66ad7c30dd

View File

@ -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;