#N/A: Add chmod +x rule

This commit is contained in:
nvbn
2016-04-11 16:13:41 +03:00
parent c6af8409d9
commit c6d2766553
3 changed files with 55 additions and 0 deletions
+1
View File
@@ -144,6 +144,7 @@ using the matched rule and runs it. Rules enabled by default are as follows:
* `cd_correction` – spellchecks and correct failed cd commands;
* `cd_mkdir` – creates directories before cd'ing into them;
* `cd_parent` – changes `cd..` to `cd ..`;
* `chmod_x` – add execution bit;
* `composer_not_command` – fixes composer command name;
* `cp_omitting_directory` – adds `-a` when you `cp` directory;
* `cpp11` – adds missing `-std=c++11` to `g++` or `clang++`;