Add a don't repeat yourself rule

This commit is contained in:
mcarton
2015-05-08 01:46:00 +02:00
parent 29e70e14a0
commit 932a7c5db5
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -144,6 +144,7 @@ using matched rule and run it. Rules enabled by default:
* `cd_parent` – changes `cd..` to `cd ..`;
* `cd_mkdir` – creates directories before cd'ing into them;
* `cp_omitting_directory` – adds `-a` when you `cp` directory;
* `dry` – fix repetitions like "git git push";
* `fix_alt_space` – replaces Alt+Space with Space character;
* `git_add` – fix *"Did you forget to 'git add'?"*;
* `git_no_command` – fixes wrong git commands like `git brnch`;